start.sh 57 Bytes
Newer Older
fuyanbin's avatar
fuyanbin committed
1
2
3
4
5
6
7
#!/bin/bash

while :;
do
    sleep 36000 &
    wait
done