mirror of
https://xff.cz/git/pinephone-keyboard/
synced 2024-11-12 23:45:43 +01:00
5 lines
52 B
Bash
Executable file
5 lines
52 B
Bash
Executable file
#!/bin/bash
|
|
|
|
set -e
|
|
|
|
gcc -o kbprog-usb kbprog-usb.c
|