5 lines
60 B
Text
Executable file
5 lines
60 B
Text
Executable file
while [ 1 ]
|
|
do
|
|
dtach -c dtach ./testprompt
|
|
sleep 2
|
|
done
|