8 lines
No EOL
162 B
Bash
8 lines
No EOL
162 B
Bash
export TERM=xterm
|
|
|
|
export FONT_BOLD=$(tput bold)
|
|
export FONT_NORMAL=$(tput sgr0)
|
|
|
|
export PBC_PROTOCOL="http"
|
|
export PBC_HOST="192.168.1.24"
|
|
export PBC_PORT="3000" |