Rustbot/run.sh

5 lines
76 B
Bash
Raw Normal View History

2023-12-31 16:03:49 +11:00
#!/bin/bash
export $(cat .env.bot | xargs)
2024-12-12 03:01:44 +11:00
clear && cargo fmt && cargo run