log bin/sed @ 12256:821155c00e34 draft

age author description
Sat, 29 Oct 2016 19:31:47 +0000 HackBot <oerjan> sled bin/sed//3d
Sat, 29 Oct 2016 19:30:45 +0000 HackBot <oerjan> ` mv bin/sed2 bin/sed base bin/sed2@9d98a7fd2c9e
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
Sat, 29 Oct 2016 19:14:47 +0000 HackBot <oerjan> sled bin/sed//1i#!/bin/bash
Sat, 29 Oct 2016 19:10:15 +0000 HackBot <oerjan> mkx bin/sed///bin/sed "$@" && if [ $* == "3" ] && [ $1 == "-i" ]; then echo -n "$3//"; cat "$3"; fi