Skip to content
This repository has been archived by the owner on Sep 28, 2018. It is now read-only.

pittcsc/pounce

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pounce

The pounce command-line tool encapsulates common development and maintenance tasks for the CSC's infrastructure. It's built on Sub.

Installation

From your shell of choice:

# Enter your home directory
$ cd

# Clone the repository into ~/.pounce
$ git clone [email protected]:Pitt-CSC/pounce.git .pounce

Configure your shell to load Pounce by adding this to your ~/.bash_profile or ~/.zshenv:

eval "$($HOME/.pounce/bin/pounce init -)"

Reload your shell configuration using source ~/.bash_profile or source ~/.zshenv.

Updating

Installing Pounce updates is as easy as pulling from the GitHub repository:

$ cd ~/.pounce
$ git pull origin master

Pounce dynamically loads commands, so there's no need to restart your shell or source your shell configuration.

About

Command-line utilities for the CSC

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages