Created
May 5, 2017 09:00
-
-
Save Joel-James/619edfa83b51f0bc72c827511afa98b2 to your computer and use it in GitHub Desktop.
Startup Actions
This file contains 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/bash | |
# Open Google chrome and start with google.com | |
google-chrome www.google.com | |
# Open terminal and go to /var/www/html | |
gnome-terminal --working-directory=/var/www/html | |
# Open netbeans (Make it last. This will take time). | |
/bin/sh "/usr/local/netbeans-8.1/bin/netbeans" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment