mirror of
https://github.com/dvorka/hstr.git
synced 2024-11-14 20:06:06 +08:00
5 lines
51 B
Bash
Executable file
5 lines
51 B
Bash
Executable file
#!/bin/bash
|
|
|
|
gcc ./src/test_keyb.c -o _keyb
|
|
|
|
# eof
|