Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 475 Bytes

README.md

File metadata and controls

34 lines (22 loc) · 475 Bytes

Shell Scripts

This repository contains a collection of useful shell scripts.

Scripts

update_repos.sh

This script loops through a list of directories, checks out the default branch, and runs git pull.

Usage

  1. Make the script executable:

    chmod +x scripts/update_repos.sh
  2. Install

    sudo make all
  3. Reload the profile

    source ~/.zshrc
  4. Run

       update_repos {path}