Rename run script to run_skyvern.sh (#23)

This commit is contained in:
Kerem Yilmaz
2024-03-04 11:28:51 -08:00
committed by GitHub
parent 3bf56717c9
commit 0917fa0702
3 changed files with 2 additions and 2 deletions

10
run_skyvern.sh Executable file
View File

@@ -0,0 +1,10 @@
#!/bin/bash
kill $(lsof -t -i :8000)
if [ ! -f .env ]; then
cp .env.example .env
echo "Please add your api keys to the .env file."
fi
source "$(poetry env info --path)/bin/activate"
poetry run python -m skyvern.forge