view bin/llist @ 4120:19a8829c434a

<boily> echo -e \'#!/bin/sh\\ncat $@\' >bin/^.^
author HackBot
date Mon, 02 Dec 2013 18:15:29 +0000
parents 4bcd1570f7de
children
line wrap: on
line source

echo -n "$(basename "$0")${@:+ }$@: "; tail -n+2 "$0" | xargs; exit
danish