Add app.sh

Add Munin-bitcoin startup script
This commit is contained in:
2026-08-05 16:16:36 +00:00
parent 335ded0f61
commit c01a384559
+9
View File
@@ -0,0 +1,9 @@
#!/bin/sh
echo "Munin-bitcoin starting..."
while true
do
echo "Munin-bitcoin is running"
sleep 300
done