Files
NijiHolo_EN_ID_Bot/scripts/run_detached.sh
T
2024-04-19 23:05:13 -07:00

6 lines
147 B
Bash
Executable File

#!/bin/sh
CURPATH="$(dirname `realpath "$0"`)/.."
cd "$CURPATH"
mkdir -p run
sudo docker run -v "$CURPATH/run:/app/run" --name bot -d nijiholo_bot