testb.sh 90 Bytes
Newer Older
“李磊”'s avatar
“李磊” committed
1
2
3
4
5
6
7
#!/bin/bash

while true
do
    echo "`date +'%F %T'` testb.sh is running"
    sleep 1
done