log

age author description
Sun, 10 Jul 2016 09:30:34 +0000 HackBot <fizzie> ` rm share/configure share/candide-to-conf # hopefully won\'t need these any more
Sun, 10 Jul 2016 09:27:20 +0000 HackBot <fizzie> ` sed -e \'1,+2d\' -e \'/SOURCE/,$d\' share/configure > share/headers
Sun, 10 Jul 2016 09:22:15 +0000 HackBot <fizzie> ` sed -i -e \'12s/^/args=""; while [[ "$c" =~ ^(-[^ ]*)\\\\ (.*) ]]; do args="$args ${BASH_REMATCH[1]}"; c="${BASH_REMATCH[2]}"; done\\n/\' -e \'s/-O0/${args--O0}/\' share/candide # bleh
Sun, 10 Jul 2016 09:06:06 +0000 HackBot <fizzie> ` sed -i -e \'s/"${@--O0}"/-O0/\' share/candide
Sun, 10 Jul 2016 09:01:20 +0000 HackBot <fizzie> ` sed -i -e \'/^c=/s/.*/c="$*"/\' share/candide
Sun, 10 Jul 2016 08:58:42 +0000 HackBot <fizzie> ` ( cd share; bash ./configure )