frafra / bash_custom

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Here are some bash scripts that you can reuse and modify as you wish.

I added these lines to .bashrc:

if [ -d "$HOME/bash_custom" ]
then
    for file in "$HOME/bash_custom"/*.sh
    do
        . "$file"
    done
fi

About


Languages

Language:Shell 100.0%