4 lines
96 B
Bash
Executable file
4 lines
96 B
Bash
Executable file
#!/bin/bash
|
|
. ~/.bashrc
|
|
PLAN9=${PLAN9:-/usr/local/plan9}
|
|
$PLAN9/bin/plumb $($PLAN9/bin/macargv)
|