repo.or.cz
/
hatexmpp.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
fixed build with gcc-12.1.1
[hatexmpp.git]
/
frontends
/
bashfrontend.sh
blob
d9fc01a246c8e1893091f63592ad704a67bfb0c6
1
#!/bin/bash
2
tail
-f
"
$1
"
&
3
rlwrap
-mc
bash
-c
'while true; do read i; echo -n
$i
>> '
"
$1
"
'; done'
4
#kill $!
5