log ibin/c @ 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
Mon, 29 Sep 2014 07:08:35 +0000 HackBot <oerjan> sed -i \'s/[$]0/c/\' ibin/c
Mon, 29 Sep 2014 07:07:13 +0000 HackBot <oerjan> sed -i \'s/1/0/\' ibin/c
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