log

age author description
Sat, 29 Oct 2016 19:29:36 +0000 HackBot <oerjan> ` sed2 -i \'1cTesting again...\' wisdom/testing
Sat, 29 Oct 2016 19:29:23 +0000 HackBot <oerjan> sled bin/sed2//2aecho "$*; $3"
Sat, 29 Oct 2016 19:26:51 +0000 HackBot <oerjan> ` sed2 -i \'1cTesting more...\' wisdom/testing
Sat, 29 Oct 2016 19:25:56 +0000 HackBot <oerjan> sled bin/sed2//2c/bin/sed "$@" && if [[ $* == "3" && "/$1" == "/-i" ]]; then echo -n "$3//"; cat "$3"; fi
Sat, 29 Oct 2016 19:25:24 +0000 HackBot <oerjan> sled bin/sed2//2c/bin/sed "$@" && if [[ $* == "3" -a "/$1" == "/-i" ]]; then echo -n "$3//"; cat "$3"; fi
Sat, 29 Oct 2016 19:19:46 +0000 HackBot <oerjan> ` mv bin/sed bin/sed2
Sat, 29 Oct 2016 19:18:48 +0000 HackBot <oerjan> sled bin/sed//2c/bin/sed "$@" && if [[ $* == "3" -a "$1" == "-i" ]]; then echo -n "$3//"; cat "$3"; fi