mirror of
https://github.com/dvorka/hstr.git
synced 2025-01-03 05:32:41 +08:00
12 lines
254 B
Bash
Executable file
12 lines
254 B
Bash
Executable file
#!/bin/bash
|
|
|
|
export HH_CONFIG=hicolor
|
|
export HISTFILE=/tmp/hh-bug-176
|
|
|
|
cp -vf ~/p/hstr/github/hstr/tests/resources/.bash_history_BUG_176 ${HISTFILE}
|
|
|
|
#cd ~/p/hstr/github/hstr/Debug && gdbserver :9999 ./hh
|
|
#cd ~/p/hstr/github/hstr/Debug && ./hh
|
|
hh
|
|
|
|
# eof
|