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
8db5f088b6
Kon
/
run.sh
4 lines
62 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
Database integration and test command
2024-01-30 07:17:59 -05:00
export
$(
grep -v
'^#'
.env
|
xargs
)
&&
cargo run
Reference in New Issue
Copy Permalink