6 lines
50 B
Bash
Executable file
6 lines
50 B
Bash
Executable file
#/bin/bash
|
|
|
|
while true; do
|
|
echo "test" > $1
|
|
done
|