50 _Footer
Nasser Shahamati edited this page 2024-12-23 06:10:56 +03:30

![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)