Last active 2 months ago
shell
Taken from b167d3ec4e4f94d246ebdc4bcfdfb6ac
0
0
1
| 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 |