Skip to content

arantebw/skript

Repository files navigation

skript

A collection of personal automation scripts for my known-repeatable tasks.

Setup

  • Create a new symbolic link of a script, or update an existing one.
// create
ln -s source-path destination-path

// update
ln -sf source-path destination-path

NOTE: Enter the full path for the source and destination paths.

  • Make the script file executable.
chmod +x file

Or,

chmod 755 file

About

Automation scripts for routine tasks.

Topics

Resources

License

Stars

Watchers

Forks

Languages