aboutsummaryrefslogtreecommitdiff
path: root/mac/9term.app/Contents/MacOS/9term
blob: d6487348e47677fbd6f823f315f6fad77c7d1752 (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 -W600x800 &