Files
sf_bernina_scripts/terminalAs
root c099333df7 Revert "cleanup"
This reverts commit ae26afd353.
2019-02-06 18:31:59 +01:00

12 lines
210 B
Bash
Executable File

#!/bin/bash
#function set-title() {
# if [[ -z "$ORIG" ]]; then
# ORIG=$PS1
# fi
# TITLE="\[\e]2;$*\a\]"
# PS1=${ORIG}${TITLE}
#}
#set-title "chrome terminal"
gnome-terminal -e "bash -c 'su $1;$SHELL'"