mirror of
https://github.com/dvorka/hstr.git
synced 2024-12-29 11:11:32 +08:00
11 lines
241 B
Bash
Executable file
11 lines
241 B
Bash
Executable file
#!/bin/bash
|
|
|
|
clear
|
|
gcc ./src/test_favorites.c ../src/hstr_favorites.c ../src/hstr_utils.c -o _favorites
|
|
cp -vf ./resources/.hh_favorites ~/.hh_favorites
|
|
cat ~/.hh_favorites
|
|
echo -e "\n-------------\n"
|
|
./_favorites
|
|
cat ~/.hh_favorites
|
|
|
|
# eof
|