Skip to content

A set of scripts to manage scripts on your Linux system

License

Notifications You must be signed in to change notification settings

Aetesaki/makescript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

makescript

Makescript is a set of scripts to make and manage scripts on your Linux system. The scripts will default to making and editing scripts in $HOME/bin, and will keep previous versions in $HOME/bin/bak

#Files (preview):

  • makescript -- Creates a news script using provided options, and launches an editor.
  • editscript -- Makes a copy of a previously created script, increases the version number of the script, sets the last edited date in the script, and launches an editor.

To install, download, open a terminal, and type

./msinstall --help

for a list of install options.

All provided scripts have a --help and a --version option, and all scripts created using makescript have a --version option.

Option iteratation section shamelessly lifted from https://natelandau.com/boilerplate-shell-script-template/