-
Notifications
You must be signed in to change notification settings - Fork 0
Alex Arbuckle edited this page Jan 1, 2025
·
6 revisions
Reconnect to dropped Discord calls on Retina displays. V2. Fall 2023.
boot.sh
#!/bin/bash
# variables <
delay="5"
role="call"
# >
git clone https://github.com/lxRbckl/Project-RCoD.git
cd Project-RCoD
poetry=$(which poetry)
poetry install
poetry run python3 main.py \
"$role" \
"$delay" \
cd ..
rm -rf Project-RCoD
variablevariable purpose