Correct gph conversion for t line exception.

master
Christoph Lohmann 7 years ago committed by KatolaZ
parent c15a524ced
commit e5f23ea729
  1. 3
      gosher

@ -75,6 +75,9 @@ serve_index(){
'['*)
echo $rline | sed -r -e 's/\[//g;s/\]//g;s/\|/\t/g;s/\t//;s/$/\r/g'
;;
t*)
echo $rline | cut -c 2-
;;
*)
echo $line
esac

Loading…
Cancel
Save