mirror of
https://github.com/frappe/bench.git
synced 2024-11-12 08:16:28 +00:00
9 lines
115 B
Bash
9 lines
115 B
Bash
if [ $TERM != 'screen' ]
|
|
then
|
|
PS1='HEY! USE SCREEN '$PS1
|
|
fi
|
|
|
|
sw() {
|
|
screen -x $1 || screen -S $1
|
|
}
|