guix/testpkgs/args/args-build.sh

11 lines
99 B
Bash
Executable File

#! /bin/sh
IFS=
echo "printing list of args"
for i in $@; do
echo "arg: $i"
done
touch $out