mirror of
https://github.com/schoebel/mars
synced 2025-01-05 22:02:42 +00:00
10 lines
82 B
Bash
Executable File
10 lines
82 B
Bash
Executable File
#!/bin/bash
|
|
|
|
while true
|
|
do
|
|
clear
|
|
date
|
|
/root/mars-status.pl $1 $2
|
|
sleep 2
|
|
done
|