Q's

Nasser Shahamati
2024-12-23 06:10:56 +03:30
parent 47f4c0c4fb
commit ee7233ecbf

1
_Footer.md Normal file

@@ -0,0 +1 @@
![echo $1 for i in $*; do :; done # this one and the next one also apply to expanding arrays. for i in $@; do :; done](make_with_flags() { [ "$debug" = "yes" ] && set -- -d "$@" make -j 5 -B "$@" } make_with_flags file)