mirror of
https://github.com/dvorka/hstr.git
synced 2024-11-14 11:57:30 +08:00
13 lines
226 B
Bash
13 lines
226 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
export HH_CONFIG=hicolor
|
||
|
export HISTFILE=/tmp/hh-bug-124
|
||
|
|
||
|
cp -vf ~/p/hstr/.bash_history_BUG_124 ${HISTFILE}
|
||
|
|
||
|
#cd ~/p/hstr/github/hstr/Debug && gdbserver :9999 ./hh
|
||
|
#cd ~/p/hstr/github/hstr/Debug && ./hh
|
||
|
hh
|
||
|
|
||
|
# eof
|