anthony / Argument parser for bash scripts without getopt or getopts
0 likes
0 forks
1 files
Last active
Taken from b167d3ec4e4f94d246ebdc4bcfdfb6ac
1 | #!/usr/bin/env bash |
2 | |
3 | # Argument parser for bash scripts |
4 | # |
5 | # Author: Anthony Axenov (Антон Аксенов) |
6 | # Version: 1.6 |
7 | # License: MIT |
8 | # Description: https://git.axenov.dev/anthony/shell/src/branch/master/helpers/arg-parser |
9 | |
10 | #purpose Little helper to check if string matches PCRE |
Newer
Older