2
0
mirror of https://github.com/frappe/bench.git synced 2024-09-24 13:09:01 +00:00
bench/playbooks/roles/bash_screen_wall/files/screen_wall.sh

9 lines
115 B
Bash
Raw Normal View History

2017-08-29 06:51:06 +00:00
if [ $TERM != 'screen' ]
then
PS1='HEY! USE SCREEN '$PS1
fi
sw() {
screen -x $1 || screen -S $1
}