mirror of
https://github.com/ShaYmez/HBMonv2.git
synced 2025-06-14 12:12:26 -04:00
6 lines
73 B
Bash
6 lines
73 B
Bash
#!/bin/sh
|
|
|
|
echo 'Starting HBMonv2...'
|
|
cd /hbmon
|
|
python /hbmon/monitor.py
|