binsh
useful shell scripts
Log
|
Files
|
Refs
|
LICENSE
watch (64B)
1
#!/bin/sh
2
# gn* watch
3
while true; do
4
clear
5
"$@"
6
sleep 1
7
done