summaryrefslogtreecommitdiff
path: root/get_file.sh
blob: 6841e5f6ddf6817cd799958caed150a3d8d31a84 (plain)
1
2
3
4
5
#!/bin/sh

builddir=$BUILD_WORKING_DIRECTORY
cp $1 $builddir/$1
chmod -x+w $builddir/$1
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback