Skip to content

Instantly share code, notes, and snippets.

@dubeyji10
Created June 15, 2022 13:30
Show Gist options
  • Save dubeyji10/250180f6bad6b3089e5d57644a4b0a6b to your computer and use it in GitHub Desktop.
Save dubeyji10/250180f6bad6b3089e5d57644a4b0a6b to your computer and use it in GitHub Desktop.
a bash script to launch an instance of gnome-terminal with some pre written commands
echo "starting kibana"
gnome-terminal --tab --title="kibana" --command="bash -c 'cd;cd /home/abhishek/Downloads/kibana-7.17.4-linux-x86_64;echo running kibana in second tab; $SHELL'"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment