schenkty / unix-commands

Custom Unix Commands

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Custom Unix Commands

Install Guide

This is an example of custom commands for macOS, Linux and Unix

Install Guide:

  1. Add commands.sh to your home directory
  2. Edit .bashrc with the following line: source ~/commands.sh
  3. Enter this command in your Terminal: chmod +x commands.sh
  4. Edit commands.sh with the functions that you would like to have

Example Command

Push all changes to git easily using: git_push "Commit Changes Message"

About

Custom Unix Commands


Languages

Language:Shell 100.0%