diff --git a/start.sh b/start.sh new file mode 100644 index 0000000..3cdd716 --- /dev/null +++ b/start.sh @@ -0,0 +1,3 @@ +#!/bin/bash +source .venv/bin/activate +python main.py \ No newline at end of file diff --git a/update.sh b/update.sh new file mode 100644 index 0000000..7aca89d --- /dev/null +++ b/update.sh @@ -0,0 +1,5 @@ +#!/bin/bash +git checkout main +git reset --hard +git fetch +git reset --hard origin/main \ No newline at end of file