2
0
mirror of https://github.com/frappe/bench.git synced 2025-01-10 00:37:51 +00:00
bench/installer/playbooks/roles/bash_screen_wall/files/screen_wall.sh

9 lines
115 B
Bash
Raw Permalink Normal View History

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