5 lines
45 B
Bash
5 lines
45 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
gcc -O2 -o kbdgfx ./kbdgfx.c -lm
|
||
|
|