fix bot script post oasst_shared creation

This commit is contained in:
Andreas Köpf
2022-12-20 00:55:39 +01:00
parent 4519b7e08f
commit aa26c4ad03
9 changed files with 31 additions and 38 deletions
+9
View File
@@ -0,0 +1,9 @@
#!/bin/bash
parent_path=$( cd "$(dirname "${BASH_SOURCE[0]}")" ; pwd -P )
# switch to bot directory
pushd "$parent_path/../../bot"
python3 __main__.py
popd