add akkoma's (bash scripts i use)
This commit is contained in:
Executable
+6
@@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
set -e
|
||||
cd "$(dirname "$0")"
|
||||
|
||||
echo "stop akkoma..."
|
||||
docker compose down
|
||||
Reference in New Issue
Block a user