Created
June 15, 2022 13:30
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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