aboutsummaryrefslogtreecommitdiff
path: root/mac/9term.app/Contents/MacOS/9term
blob: e5ef2735ce2a30f25990671202c0fa4252ed1209 (plain)
1
2
3
4
5
6
7
8
9
#!/bin/bash
cd $HOME
. ~/.bashrc
PLAN9=${PLAN9:-/usr/local/plan9}
if ! [[ :$PATH: =~ :$PLAN9/bin: ]]
then
	PATH=$PATH:$PLAN9/bin
fi
$PLAN9/bin/9term -l -W600x800 &