An open API service indexing awesome lists of open source software.

https://github.com/mixelpixel/shell

shell scripts
https://github.com/mixelpixel/shell

Last synced: 7 months ago
JSON representation

shell scripts

Awesome Lists containing this project

README

          

# shell scripts
Currently using __gnome-terminal__ on *Ubuntu* 14.04

https://guides.github.com/features/mastering-markdown/

http://askubuntu.com/questions/38661/how-do-i-run-sh-files
`chmod +x /path/to/yourscript.sh`
`./`

There is an alternative to the octothorpe for comments:
http://stackoverflow.com/questions/18354489/how-to-comment-out-particular-lines-in-a-shell-script

An equivalent to PowerShells `ii` (invoke-item) is `gnome-open `
e.g. `gnome-open ~` opens the home directory.
Also, an equivalent to `ii .` to open the current working directory is `gnome-open .`

How to make a command? Or an alias which invokes a shell script, like the nap.sh script?
http://unix.stackexchange.com/questions/84686/how-to-create-custom-commands-in-unix-linux