log ibin/bf @ 12292:d51f2100210c draft

age author description
Sun, 17 Nov 2019 21:40:18 +0000 HackEso <fizzie> dwim "fix all the interp stuff" draft
Sun, 25 Sep 2016 20:31:46 +0000 HackBot <fizzie> revert 58b9ee8f97a7
Fri, 25 Mar 2016 10:50:11 +0000 HackBot <fizzie> ` sed -i -e \'s|s/bf|s/.*bf|\' ibin/bf
Fri, 25 Mar 2016 10:49:15 +0000 HackBot <fizzie> ` sed -i -e \'s/CMD/I_CMD/\' ibin/bf
Fri, 14 Dec 2012 18:40:26 +0000 HackBot <Gregor> mkdir ibin; for i in bin/*; do if [ "`grep \'\\. lib/interp\' $i`" ]; then mv $i ibin/; fi; done; printf \'#!/bin/sh\\nCMD=`cut -d\' \' -f1 "$1"`\\nARG=`cut -d\' \' -f2- "$2"`\\nexec ibin/$CMD "$ARG"\' > bin/interp; chmod 0755 bin/interp