From aef6f78d010ac50325d6b7abf983d591845fc502 Mon Sep 17 00:00:00 2001 From: anon Date: Sat, 5 Jul 2025 13:15:10 +0200 Subject: reorder the project --- test/evil.tcl | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 test/evil.tcl (limited to 'test/evil.tcl') diff --git a/test/evil.tcl b/test/evil.tcl new file mode 100755 index 0000000..9060f7c --- /dev/null +++ b/test/evil.tcl @@ -0,0 +1,6 @@ +#!/usr/bin/tclsh + +set f [open "evil.txt" "w"] +close $f + +puts stderr "evil.txt created" -- cgit v1.2.3