Create quine.sh
This commit is contained in:
parent
fc4ee12563
commit
304c5e814d
1 changed files with 1 additions and 0 deletions
1
quine/quine.sh
Normal file
1
quine/quine.sh
Normal file
|
@ -0,0 +1 @@
|
|||
for f in *;do if [ -f "$f" ]&&[[ -n $(sed -n '/^for f in/p;q' "$f") ]];then cat "$f";fi;done
|
Reference in a new issue