diff options
Diffstat (limited to 'script/g++wrap')
-rwxr-xr-x | script/g++wrap | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/script/g++wrap b/script/g++wrap index fd0e5d9..f9903ed 100755 --- a/script/g++wrap +++ b/script/g++wrap @@ -1,4 +1,9 @@ #!/bin/zsh +# +# Copyright 2020 Daniel Friesel +# +# SPDX-License-Identifier: BSD-2-Clause + for i in {1..$#}; do if [[ $argv[$i] == *_agxx_* && -f $argv[$i] ]]; then |