move scripts into its own folder
This commit is contained in:
Executable
+5
@@ -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
|
||||
Reference in New Issue
Block a user