5 lines
95 B
Bash
Executable file
5 lines
95 B
Bash
Executable file
#!/bin/bash
|
|
cd $HOME
|
|
. ~/.bashrc
|
|
PLAN9=${PLAN9:-/usr/local/plan9}
|
|
$PLAN9/bin/9term -W600x800 &
|