Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 754 Bytes

README.md

File metadata and controls

35 lines (23 loc) · 754 Bytes

Scripts

Generic scripts sandbox across OS (Mac, Linux, Windows).

Generic scripts for Git, Docker and nodejs.

Quick Start

most Mac OSX scripts should be configured to use #!/bin/bash as the default for script execution

git clone [email protected]/garrettwong/Scripts.git
cd Mac
chmod u+x test_assert.sh
./test_assert.sh

Configure Environment

Using a Google Cloud Workstation for development.

echo "git remote show origin" | sudo tee -a /usr/local/bin/grso
sudo chmod +x /usr/local/bin/grso

echo "git status" | sudo tee -a /usr/local/bin/gs
sudo chmod +x /usr/local/bin/gs

echo "git push -u origin" | sudo tee -a /usr/local/bin/gp
sudo chmod +x /usr/local/bin/gp

Licensing

See [LICENSE](Apache 2.0) for details.