mirror of
https://github.com/ShaYmez/HBMonv2.git
synced 2024-11-08 16:56:30 -05:00
6 lines
73 B
Bash
6 lines
73 B
Bash
#!/bin/sh
|
|
|
|
echo 'Starting HBMonv2...'
|
|
cd /hbmon
|
|
python /hbmon/monitor.py
|