annotate ibin/lua @ 12283:1c0480311b11 draft

<b_jonas> `` f=/hackenv/bin/STOP; >$f echo $\'#!/bin/sh\\nrm -v /hackenv/bin/botloop\'; chmod -c a+x "$f"
author HackEso <hackeso@esolangs.org>
date Wed, 01 Jan 2020 09:34:57 +0000
parents b044eecae124
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
10175
d390dffa65b8 <wob_jonas> `` c=ibin/lua; >$c echo $\'#!/bin/sh\\n. lib/interp\\ninterp_file lua\' && chmod -c a+x ibin/lua
HackBot
parents:
diff changeset
1 #!/bin/sh
12144
b044eecae124 <fizzie> dwim "fix all the interp stuff"
HackEso <hackeso@esolangs.org>
parents: 10175
diff changeset
2 . ${HACKENV-/hackenv}/lib/interp
10175
d390dffa65b8 <wob_jonas> `` c=ibin/lua; >$c echo $\'#!/bin/sh\\n. lib/interp\\ninterp_file lua\' && chmod -c a+x ibin/lua
HackBot
parents:
diff changeset
3 interp_file lua