Skip to content

Instantly share code, notes, and snippets.

@masa2146
Last active April 11, 2021 20:27
Show Gist options
  • Save masa2146/fcffacda735dcb2fadd63ef358bfca30 to your computer and use it in GitHub Desktop.
Save masa2146/fcffacda735dcb2fadd63ef358bfca30 to your computer and use it in GitHub Desktop.
Ubuntu open terminator on folders
if ps -o cmd= -p $(ps -o ppid= -p $$) | grep -q gnome; then
nohup terminator &> /dev/null &
sleep 0.1s
exit
fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment