DIY_assistant / app.sh
wishwakankanamg's picture
first valid commit
807e22d
raw
history blame contribute delete
225 Bytes
#!/bin/bash
echo "Fetching latest code from origin/main..."
git fetch origin
git reset --hard origin/main
echo "Starting the app..."
python app.py # or whatever your main entry point is trying to edit this foi just because