10 lines
128 B
Bash
10 lines
128 B
Bash
#!/bin/sh
|
|
|
|
. $HOME/.profile
|
|
|
|
export PS1=$PROMPT
|
|
|
|
test -r "$LOGIN" && . "$LOGIN"
|
|
test -r "$SETENV" && . "$SETENV" && setenv sh
|
|
|
|
|