diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2018-03-16 08:18:53 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2018-03-16 08:18:53 +0000 |
commit | 77a47b2c5e7c3243743bd8d7594366f498e9cef7 (patch) | |
tree | fb807c0b0c20db34f5108df67da6b4d64e5bc8e6 /doc/quine-prj.txt | |
parent | 3fde941ae33bd70edf015b3c72997aef703ebf6d (diff) | |
download | execline-77a47b2c5e7c3243743bd8d7594366f498e9cef7.tar.xz |
More modifications, and doc change
Diffstat (limited to 'doc/quine-prj.txt')
-rw-r--r-- | doc/quine-prj.txt | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/doc/quine-prj.txt b/doc/quine-prj.txt index 8d2643f..e567d07 100644 --- a/doc/quine-prj.txt +++ b/doc/quine-prj.txt @@ -1,13 +1,13 @@ #!/command/execlineb -define e "#!/command/execlineb -define e $q${E}${q} += e "#!/command/execlineb += e $q${E}${q} env e=$e -define q ${b}${q} -define b ${b}${b} -importas E e += q ${b}${q} += b ${b}${b} +$ E e echo $e" env e=$e -define q \" -define b \\ -importas E e += q \" += b \\ +$ E e echo $e |