aboutsummaryrefslogtreecommitdiff
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