mars/userspace/mars-status.sh
2013-01-20 23:23:43 +01:00

10 lines
82 B
Bash
Executable File

#!/bin/bash
while true
do
clear
date
/root/mars-status.pl $1 $2
sleep 2
done