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

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

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`.