aboutsummaryrefslogtreecommitdiff
path: root/test/evil.tcl
diff options
context:
space:
mode:
authoranon2025-07-05 13:15:10 +0200
committeranon2025-07-05 13:15:10 +0200
commitaef6f78d010ac50325d6b7abf983d591845fc502 (patch)
tree13dc6c1a7de57baec27151d018fbad4eb50b25f7 /test/evil.tcl
parentf383d2946c452a718ae090ff2dba3524fbcb01b1 (diff)
downloademil-up.chud.cyou-aef6f78d010ac50325d6b7abf983d591845fc502.tar.xz
emil-up.chud.cyou-aef6f78d010ac50325d6b7abf983d591845fc502.tar.zst
reorder the project
Diffstat (limited to 'test/evil.tcl')
-rwxr-xr-xtest/evil.tcl6
1 files changed, 6 insertions, 0 deletions
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"