ek9 / shell-scripts

various shell (mostly bash) scripts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

shell-scripts

shell-scripts is a repository containing various shell (mostly bash) scripts.

Part of ek9/dotfiles collection.

Install

Clone to ~/.local/share/shell-scripts via git:

$ git clone https://github.com/ek9/shell-scripts ~/.local/share/shell-scripts

Add directory to path (~/.profile, .bash_profile or .zprofile):

$ export PATH=$PATH:~/.local/share/shell-scripts

You will be able to execute the scripts.

Scripts

  • backup-system.sh - make a backup of your system (/) via rsync
  • borg.sh - wrapper script for borg backup.
  • chmod-dirs.sh - chmod directories only recursively
  • chmod-files.sh - chmod files only recursively
  • clamav-scansystem.sh - scans system via clamav
  • imguralbum.py - download imgur albums (by Alex Gisby)
  • random-pass.sh - random password generator
  • reflector-fetch.sh - fetch new pacman mirrorlist via reflector
  • slowrate.sh - slowrate specific programs
  • sync.sh - sync two directories via rsync
  • sysinfo.sh - archlinux system information (by bohoomil)

About

various shell (mostly bash) scripts


Languages

Language:Shell 72.0%Language:Python 28.0%