mirror of
https://github.com/dvorka/hstr.git
synced 2025-02-24 23:08:36 +08:00
6 lines
84 B
Bash
6 lines
84 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
cd ../test && make clean && rm -vf _* hstr-unit-tests Makefile
|
||
|
|
||
|
# eof
|