This website requires JavaScript.
Explore
Help
Sign in
S1S13AF7
/
ub4tg
Watch
1
Star
0
Fork
You've already forked ub4tg
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
main
ub4tg
/
run
7 lines
100 B
Text
Raw
Permalink
Normal View
History
Unescape
Escape
easy run for linux
2024-12-11 08:55:21 +02:00
#!/bin/sh
run script changed
2024-12-13 21:25:29 +02:00
if [ -d "venv" ]; then
. venv/bin/activate && python3 ubot.py
else
python3 ubot.py
fi
Reference in a new issue
Copy permalink