mirror of
https://xff.cz/git/pinephone-keyboard/
synced 2024-11-12 23:45:43 +01:00
4 lines
41 B
Bash
4 lines
41 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
gcc -o ppkbd main.c || exit 1
|