Sha256: 07fe69840265081410f42ce098e5238a95fbcfb1f7c85dcf1e4fc8be08196924
Contents?: true
Size: 307 Bytes
Versions: 9
Compression:
Stored size: 307 Bytes
Contents
#!/bin/sh # FAKEUSER=$1 DELIVERDIR=/tmp/fakedeliver FILENAME=/tmp/fakedeliver.$$ # cat > $FILENAME if ! [ -d $DELIVERDIR ] then mkdir $DELIVERDIR fi for FAKEUSER do lockfile-create ${DELIVERDIR}/${FAKEUSER} cat >> ${DELIVERDIR}/${FAKEUSER} lockfile-remove ${DELIVERDIR}/${FAKEUSER} done
Version data entries
9 entries across 9 versions & 1 rubygems