mirror of
https://github.com/dvorka/hstr.git
synced 2025-01-03 05:32:41 +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
|