Initial commit

This commit is contained in:
Vladimir V Maksimov
2025-10-26 02:03:14 +03:00
commit 9361880b33
10 changed files with 217 additions and 0 deletions

8
bin/restart.sh Executable file
View File

@@ -0,0 +1,8 @@
#!/bin/sh
dir=$(dirname "$0")
cd $dir
./stop.sh
./start.sh