arantebw / skript

Automation scripts for routine tasks.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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>
    

About

Automation scripts for routine tasks.

License:MIT License


Languages

Language:Python 95.0%Language:Shell 5.0%