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