Skip to content

Instantly share code, notes, and snippets.

@Joel-James
Created May 5, 2017 09:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Joel-James/619edfa83b51f0bc72c827511afa98b2 to your computer and use it in GitHub Desktop.
Save Joel-James/619edfa83b51f0bc72c827511afa98b2 to your computer and use it in GitHub Desktop.
Startup Actions
#!/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