root / transient_file.sh
| Revision f5b94bfc7073e9121dda5863b9e09d89255abd17, 130 bytes (checked in by Sebastien Martini <ookoi@…>, 10 months ago) | |
|---|---|
|
|
| Line | |
|---|---|
| 1 | #!/bin/bash |
| 2 | |
| 3 | for a in 1 2 3 4 5 6 7 8 9 10 |
| 4 | do |
| 5 | touch /tmp/test1234; |
| 6 | echo -ne "42" > /tmp/test1234; |
| 7 | rm -f /tmp/test1234; |
| 8 | done |
Note: See TracBrowser
for help on using the browser.