move scripts into its own folder

This commit is contained in:
muskit
2024-04-19 23:05:13 -07:00
parent f1eace1f63
commit 1ca9fce722
7 changed files with 17 additions and 11 deletions
Executable
+5
View File
@@ -0,0 +1,5 @@
#!/bin/sh
CURPATH="$(dirname `realpath "$0"`)/.."
cd "$CURPATH"
mkdir -p run
sudo docker run -v "$CURPATH/run:/app/run" --name bot -it nijiholo_bot