DeLaGuardo / zxsh

Shell scripts made simple 🐚

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

zxsh

Shell scripts made simple 🐚

Inspired by Google's zx, but made much simpler and more accessible using bash.

#!/usr/bin/env zxsh

cat package.json | grep name

dep deploy --branch=$(git branch --show-current)

install

ln -s $(which bash) /usr/local/bin/zxsh

Documentation

man bash

About

Shell scripts made simple 🐚