3 lines
41 B
Bash
Executable file
3 lines
41 B
Bash
Executable file
#!/bin/bash
|
|
gcc *.c -o dice --std=c99 -g
|