Skip to content
/ cas Public

Python program to execute terminal commands on background and create scripts with terminal commands to run with cron

Notifications You must be signed in to change notification settings

fpatrick/cas

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 

Repository files navigation

CaS - Command and Script

Tested on: Debian/Ubuntu based dists.

How to use

1. Navigate on terminal to where you download cas.py  (cd /folder)
2. Enter on terminal: sudo python3 cas.py
3. Follow the instructions on terminal

Features

- Run regular linux terminal commands on background.
- Create scripts with terminal commands to run using cron
    - Scripts created use a .lock file to prevent run commands alredy running 

Why use it?:

- Command rclone to copy your cloud drive to a local folder without occupying terminal
- Make a script with terminal commands to easily add to cron

Bugs

- You have to recreate the script if you need to move it to another 
folder. (due to path of .lock file)

About

Python program to execute terminal commands on background and create scripts with terminal commands to run with cron

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages