Skip to content

A collection of shell scripts I use on daily bases one my Linux box.

License

Notifications You must be signed in to change notification settings

rolodoom/shell-scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

Shell Scripts

A collection of shell scripts I use on daily basis on my Linux box.

Status

GitHub license

Usage

Install

Download the source code from this repository or use a git clone and execute install.sh:

git clone https://github.com/rolodoom/shell-scripts.git
chmod +x shell-scripts/install.sh && ./shell-scripts/install.sh

Don't forget to add $HOME/.local/bin to your PATH on ~/.bashrc or ~/.zshrc

export PATH="$HOME/.local/bin:$PATH"

NOTE: install.sh will delete the donwloaded shell-scripts folder.

Basic usage

I usually store this scripts in $HOME/.local/bin and use 'r_' as preffix so I don't get confuse with system commands:

r_command

Help

Some script have help information as an standar linux command or display one if no options are passed to the command.

r_command -h

I will be adding missing help as soon as I have time.

Bugs and Issues

Have a bug or an issue with this template? Open a new issue here on GitHub.

License

This code is released under the GPL-3.0 license, which means you have the four freedoms to run, study, share, and modify the software. Any derivative work must be distributed under the same or equivalent license terms.

About

A collection of shell scripts I use on daily bases one my Linux box.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published