summarylogtreecommitdiffstats
path: root/azurlaneautoscript.sh
blob: ace8e8894054366f95922eb0fb87b8c0e73056fd (plain)
1
2
3
4
5
#!/bin/bash

source /opt/azurlaneautoscript/venv/bin/activate
python /opt/azurlaneautoscript/app/gui.py "$@"