4 lines
43 B
Bash
4 lines
43 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
gcc -o kbpower main.c || exit 1
|