Skip to content

Instantly share code, notes, and snippets.

@toaomatis
Created August 1, 2012 10:04
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 toaomatis/3225595 to your computer and use it in GitHub Desktop.
Save toaomatis/3225595 to your computer and use it in GitHub Desktop.
A simple nautilus script that opens a maximized gnome terminal in the current directory
#!/bin/bash
# Opens a terminal window wherever you are.
gnome-terminal --maximize
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment