5 lines
104 B
Bash
5 lines
104 B
Bash
#!/bin/sh
|
|
test -r "$LOGIN" && . "$LOGIN"
|
|
PS1="$SHPROMPT"
|
|
test -r "$SETENV" && . "$SETENV" && setenv sh
|
|
|