summarylogtreecommitdiffstats
path: root/wart.sh
blob: e98915383ce79108f7c80ca71124e69d4cff133c (plain)
1
2
3
4
5
6
7
8
9
#!/usr/bin/env bash

cd /usr/share/wart
if command which rlwrap >&/dev/null
then
  rlwrap -C wart /usr/bin/wart_bin $*
else
  /usr/bin/wart_bin $*
fi