mirror of
https://github.com/dvorka/hstr.git
synced 2024-11-10 17:18:35 +08:00
6 lines
64 B
Bash
Executable file
6 lines
64 B
Bash
Executable file
#!/bin/bash
|
|
|
|
rm -vf _keyb
|
|
gcc ./src/test_keyb.c -o _keyb
|
|
|
|
# eof
|