mirror of
https://github.com/pikami/slstatus.git
synced 2024-11-27 22:05:42 +00:00
8 lines
54 B
Bash
8 lines
54 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
while true
|
||
|
do
|
||
|
slstatus
|
||
|
status_reset
|
||
|
done
|