index
:
idiot-code-golf
master
Stupid solutions to simple problems.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
quine
/
quine.sh
blob: e10ce4d01986a08ab35130f43ee893f722e8be34 (
plain
)
1
for f in *;do if [ -f "$f" ]&&[[ -n $(sed -n '/^for f in/p;q' "$f") ]];then cat "$f";fi;done