This website requires JavaScript.
Explore
Help
Sign In
toast
/
Rustbot
Template
Watch
1
Star
0
Fork
0
You've already forked Rustbot
Code
Issues
1
Pull Requests
Actions
Activity
8e87e5e835
Rustbot
/
run.sh
4 lines
62 B
Bash
Raw
Normal View
History
Unescape
Escape
Improvements and add bash script
2023-12-31 00:03:49 -05:00
#!/bin/bash
Integrate Postgres database and add sample model
2024-03-25 03:32:10 -04:00
export
$(
grep -v
'^#'
.env
|
xargs
)
&&
cargo run
Reference in New Issue
Copy Permalink