Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 201 Bytes

storing-scripts.md

File metadata and controls

18 lines (13 loc) · 201 Bytes

Storing scripts

mv [[scriptname.sh]] ~/bin/

Remember executable permission:

chmod +x ~/bin/[[scriptname.sh]]

Script is now executable simply as:

scriptname