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