Merge pull request #515 from xiaopong/support_for_tcl

Added support for TCL
This commit is contained in:
LinuxMercedes 2018-12-11 14:33:10 -06:00 committed by GitHub
commit 676172b1dc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

4
e.tcl Executable file
View File

@ -0,0 +1,4 @@
#!/usr/bin/tclsh
while { true } {
puts -nonewline "e"
}