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