4 lines
67 B
Bash
Executable File
4 lines
67 B
Bash
Executable File
#!/usr/bin/bash
|
|
|
|
gcc -o main uart.c test_bbs.c main.c && ./main $1
|