annotate bin/shmify @ 4432:f88e208f239d

<kmc> echo \'as="$1"; shift; echo "$as" | gcc "$@" -c -x assembler /dev/stdin -o /tmp/as86.o && objcopy -O binary /tmp/as86.{o,bin} && xxd -p /tmp/as86.bin\' > bin/as86 && chmod +x bin/as86
author HackBot
date Mon, 10 Feb 2014 06:56:04 +0000
parents 7d472a8aa580
children d0f1cc278869
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
4281
5f388cb353d9 <oerjan> (echo \'#!/bin/bash\'; echo \'echo "$@" | sed -e \'\\\'\'s/^\\([^aeiou]\\+\\)\\(.*\\)$/\\1\\2 shm\\2/\'\\\') >bin/shmify
HackBot
parents: 4279
diff changeset
1 #!/bin/bash
4282
7d472a8aa580 <olsner> (echo \'#!/bin/bash\'; echo \'echo "$@" | sed -e \'\\\'\'s/^\\([^aeiou]*\\)\\(.*\\)$/\\1\\2 shm\\2/\'\\\') >bin/shmify
HackBot
parents: 4281
diff changeset
2 echo "$@" | sed -e 's/^\([^aeiou]*\)\(.*\)$/\1\2 shm\2/'