about summary refs log tree commit diff
path: root/testpkgs/args/args-build.sh
blob: 1efcc17fedf3031adb4714f7571bb3d5c6bc9a26 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
#! /bin/sh

IFS=

echo "printing list of args"

for i in $@; do
    echo "arg: $i"
done

touch $out