https://github.com/octmon/build.sh
https://github.com/octmon/build.sh
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/octmon/build.sh
- Owner: OctMon
- Created: 2022-07-04T08:53:27.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2025-06-19T12:24:19.000Z (about 1 year ago)
- Last Synced: 2025-06-19T13:34:23.013Z (about 1 year ago)
- Language: Shell
- Size: 23.4 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
~/.zshrc
```
function build() {
tmp=$(pwd)
cd ~/Developer/build.sh
sh build.sh $tmp
}