init
This commit is contained in:
commit
30ede8bd8b
5 changed files with 29 additions and 0 deletions
11
run
Normal file
11
run
Normal file
|
@ -0,0 +1,11 @@
|
|||
#!/usr/bin/bash
|
||||
set -e
|
||||
cd "$(dirname "$(realpath "$0")")"
|
||||
|
||||
|
||||
[ -d repo ] || git clone https://github.com/RELIHR/Discord-Status-Changer.git repo
|
||||
[ -d venv ] || python3 -m venv venv
|
||||
. ./venv/bin/activate
|
||||
|
||||
|
||||
pip install requests colorama
|
Loading…
Add table
Add a link
Reference in a new issue