An open API service indexing awesome lists of open source software.

https://github.com/dorukgezici/bash-scripts

My Bash Shell scripts for daily use.
https://github.com/dorukgezici/bash-scripts

bash macos script shell

Last synced: 11 months ago
JSON representation

My Bash Shell scripts for daily use.

Awesome Lists containing this project

README

          

# Bash Scripts
[![license](https://img.shields.io/github/license/mashape/apistatus.svg)](LICENSE)

Some personal bash scripts I wrote for daily use.

I use symbolic links (`ln`) to link the script files to the `bin` folder.
* `ln script.sh bin/script`

And then add the `bin` folder to my PATH.
* `echo "export PATH=$PATH:/path/to/bin" >> ~/.bash_profile`