Search:
Login
Preferences
Register
Forgot your password?
Wiki
Timeline
Roadmap
Browse Source
View Tickets
Context Navigation
Back to Ticket #389
Ticket #389
: batch
File batch,
127 bytes
(added by
Jakub Jermář
,
13 years ago
)
Script for automated reproduction of the bug.
Line
1
#!/bin/bash
2
3
read
4
5
while true; do
6
echo usb_add mouse
7
echo info usb
8
sleep 1
9
echo usb_del 0.1
10
echo info usb
11
sleep 1
12
done
13
Download in other formats:
Original Format