logo

eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee

Unnamed repository; edit this file 'description' to name the repository.
commit: 676172b1dc459cc7b45c77c0ab3c17b2fb3f11c5
parent 4f50515b4a3190ac463f10384122aa37d6893708
Author: LinuxMercedes <LinuxMercedes@gmail.com>
Date:   Tue, 11 Dec 2018 14:33:10 -0600

Merge pull request #515 from xiaopong/support_for_tcl

Added support for TCL

Diffstat:

Ae.tcl4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git a/e.tcl b/e.tcl @@ -0,0 +1,4 @@ +#!/usr/bin/tclsh +while { true } { + puts -nonewline "e" +}