From 8d51757e02818146b05c805b81e167f118fca7dc Mon Sep 17 00:00:00 2001 From: Tomasz Kramkowski Date: Tue, 12 Nov 2024 13:36:10 +0000 Subject: The quine --- test | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 test (limited to 'test') diff --git a/test b/test new file mode 100755 index 0000000..b369126 --- /dev/null +++ b/test @@ -0,0 +1,4 @@ +#!/bin/sh +./cquine >cquine.out.c || exit +cmp cquine.c cquine.out.c || exit +echo ok -- cgit v1.2.3-54-g00ecf