This website requires JavaScript.
Explore
Help
Sign In
toast
/
Kon
Watch
1
Star
0
Fork
0
You've already forked Kon
Code
Issues
1
Pull Requests
Actions
Packages
Activity
af8481ea74
Kon
/
run.sh
4 lines
70 B
Bash
Raw
Normal View
History
Unescape
Escape
Create run.sh to start bot with envvars loaded into shell
2023-12-29 03:58:49 -05:00
#!/bin/bash
Use WG_PMS url from TokenService instead
2024-03-26 18:57:00 -04:00
export
$(
grep -v
'^#'
.env
|
xargs
)
&&
cargo run kon_dev
Reference in New Issue
Copy Permalink