Rustbot/run.sh

5 lines
76 B
Bash
Raw Normal View History

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