diff options
| author | Laurent Bercot <ska-skaware@skarnet.org> | 2025-03-26 05:02:55 +0000 |
|---|---|---|
| committer | Laurent Bercot <ska@appnovation.com> | 2025-03-26 05:02:55 +0000 |
| commit | 15583497da174dd17b7b44701dcb000f46c235ed (patch) | |
| tree | 97cc814558754a20adb507d8cedb847f0792b859 /doc/quine-sertonix.txt | |
| parent | ea714e771e8964114285915acacf80707cc17bdd (diff) | |
| download | execline-15583497da174dd17b7b44701dcb000f46c235ed.tar.gz | |
Add Sertonix's quine
Signed-off-by: Laurent Bercot <ska@appnovation.com>
Diffstat (limited to 'doc/quine-sertonix.txt')
| -rw-r--r-- | doc/quine-sertonix.txt | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/doc/quine-sertonix.txt b/doc/quine-sertonix.txt new file mode 100644 index 0000000..7ad73a3 --- /dev/null +++ b/doc/quine-sertonix.txt @@ -0,0 +1,17 @@ +#!/bin/execlineb +export \# 1 +define 1 "#!/bin/execlineb +export ${b}# 1 +define 1 ${q}${1}${q} +export 1 $1 +define q ${b}${q} +define b ${b}${b} +importas 1 1 +export 1 $1 +dollarat" +export 1 $1 +define q \" +define b \\ +importas 1 1 +export 1 $1 +dollarat |
