/skript

Automation scripts for routine tasks.

Primary LanguagePythonMIT LicenseMIT

skipt

A collection of my personal and work automation scripts for routine tasks.

Setup

  • Create a symbolic link of a script.
    ln -s <source> <destination> 
    
  • Make the script file executable.
    chmod +x <file>
    
    Or,
    chmod 755 <file>