mirror of
https://xff.cz/git/pinephone-keyboard/
synced 2024-11-10 06:25:44 +01:00
3 lines
41 B
Bash
Executable file
3 lines
41 B
Bash
Executable file
#!/bin/sh
|
|
|
|
gcc -o ppkbd main.c || exit 1
|