5 lines
75 B
Bash
5 lines
75 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
export $(cat .env | xargs)
|
||
|
clear && cargo fmt && cargo run -r
|