https://github.com/idf/bash_util
Common Util Functions for Bash
https://github.com/idf/bash_util
Last synced: over 1 year ago
JSON representation
Common Util Functions for Bash
- Host: GitHub
- URL: https://github.com/idf/bash_util
- Owner: idf
- License: bsd-3-clause
- Created: 2016-02-18T08:15:42.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-09-15T02:20:08.000Z (over 9 years ago)
- Last Synced: 2025-01-20T21:15:16.434Z (over 1 year ago)
- Language: Shell
- Size: 6.84 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# bash_util
Common Util Functions for Bash
```sh
#!/bin/bash
```
`;` semicolon at the end of line is superfluous. It is used for single-line multi-statement instead: `cd ~; ls`.