Created
June 12, 2013 11:22
-
-
Save valk/5764490 to your computer and use it in GitHub Desktop.
Restore Ubuntu / Linux terminal with preset working directories and tab title names.
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
#!/bin/sh | |
gnome-terminal \ | |
--tab -t "guard" --working-directory=$HOME/projects/my_project \ | |
--tab -t "server" --working-directory=$HOME/projects/my_project \ | |
--tab -t "console" --working-directory=$HOME/projects/my_project \ | |
--tab -t "cli" --working-directory=$HOME/projects/my_project \ | |
--tab -t "root" --profile=root |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment