fixed build with gcc-12.1.1
[hatexmpp.git] / frontends / bashfrontend.sh
blobd9fc01a246c8e1893091f63592ad704a67bfb0c6
1 #!/bin/bash
2 tail -f "$1" &
3 rlwrap -mc bash -c 'while true; do read i; echo -n $i >> '"$1"'; done'
4 #kill $!