Branch - branch -master
Hash : b0f8ef78 Author : Thomas de Grivel Date : 2024-08-08T23:34:56
Download
1 2 3 4
#!/bin/sh while sleep 1; do echo "$(hostname) $(~/bin/status/egress_interface) $(~/bin/status/host-ip | grep 192) $(~/bin/status/load) $(~/bin/status/temperature-r7) $(date)" done