mars/userspace/mars-status.sh

10 lines
82 B
Bash
Raw Normal View History

2012-01-27 13:11:03 +00:00
#!/bin/bash
while true
do
clear
date
/root/mars-status.pl $1 $2
sleep 2
done