Skip to content
/ scripts Public

This repository contain scripts that may be useful.

Notifications You must be signed in to change notification settings

xsami/scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Scripts for automatation 💻

The purpose of this repository is automate basic task by running a Command or by a Cron job.


How to run 🔰

First you need to download the repository. Just by clicking the here or cloning it, and following these steps:

  1. Unzip the file on the directory of your prefered
  2. Open your terminal or console and go to the directory of script you want to excecute
  3. TODO

Configurations 🔨

To make the script run automatically on your system every directory contain a list of dependecies that your machine must meet before excecute.

For Unix users:

  1. Open the terminal
  2. Open the crontab editor using vi
$ sudo export VISUAL=vi
$ sudo export EDITOR=vi
$ sudo crontab -e
  1. Now add the following example of configuration to the job
# Ansible: Send sms message every minute
* * * * * * ./<directory_where_repo_downloaded>/python/sms_to.py >> /var/log/sms_to.log 2>&1

For Windows users:

  1. Open the console (Run as administrator)
  2. Open the Windows task schedule
> control schedtasks

TODO

Complete the scripts config and retake this project.

About

This repository contain scripts that may be useful.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published