mirror of
https://xff.cz/git/pinephone-keyboard/
synced 2024-11-14 00:05:43 +01:00
6 lines
52 B
Bash
6 lines
52 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
set -e
|
||
|
|
||
|
gcc -o kbprog-usb kbprog-usb.c
|