An open API service indexing awesome lists of open source software.

https://github.com/octmon/build.sh


https://github.com/octmon/build.sh

Last synced: 12 months ago
JSON representation

Awesome Lists containing this project

README

          

~/.zshrc

```
function build() {
tmp=$(pwd)
cd ~/Developer/build.sh
sh build.sh $tmp
}