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
Rustbot
/
run.sh
5 lines
76 B
Bash
Raw
Normal View
History
Unescape
Escape
Improvements and add bash script
2023-12-31 16:03:49 +11:00
#!/bin/bash
Update template with restructured project
2024-10-21 17:36:18 +11:00
export
$(
cat .env.bot
|
xargs
)
Update template with changes
2024-12-12 03:01:44 +11:00
clear
&&
cargo fmt
&&
cargo run
Reference in New Issue
Copy Permalink