5 lines
55 B
Bash
5 lines
55 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
rm bot*.txt
|
||
|
cargo run $1 python simple.py
|