mirror of
https://github.com/MiSTer-devel/Scripts_MiSTer.git
synced 2026-04-19 03:05:34 +00:00
60d68bbbbc76bbfdb02aeb47065800f9e5e71328
- factorize file name (don't repeat yourself®), - sed does not need `-e`: > If no -e, --expression, -f, or --file option is given, then the first non-option argument is taken as the sed script to interpret. All remaining arguments are names of input files; if no input files are specified, then the standard input is read. - sed does not need `g` (`^#` cannot occur multiple times on the same line), - sed expression, use a space to separate the conditional pattern `/--dport 22 /` from the rest of the expression for clarity
Scripts_MiSTer
Miscellaneous Bash scripts for MiSTer
Languages
Shell
70.5%
Roff
25.9%
PHP
2.7%
BitBake
0.9%