2
0
mirror of https://github.com/frappe/bench.git synced 2025-01-25 16:08:23 +00:00

9 lines
115 B
Bash

if [ $TERM != 'screen' ]
then
PS1='HEY! USE SCREEN '$PS1
fi
sw() {
screen -x $1 || screen -S $1
}