From d145fa6f792d6c44da2feec90507adb94e40323e Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Sun, 31 Jul 2011 03:59:16 +0000 Subject: got everything building using the template Makefile svn path=/trunk/externals/unauthorized/; revision=15173 --- scrolllist/tk2c.bash | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100755 scrolllist/tk2c.bash (limited to 'scrolllist/tk2c.bash') diff --git a/scrolllist/tk2c.bash b/scrolllist/tk2c.bash deleted file mode 100755 index 9dfeb03..0000000 --- a/scrolllist/tk2c.bash +++ /dev/null @@ -1,24 +0,0 @@ -#!/bin/bash - -#set -x - -while read line -do - for word in $line - do - if [ "X"$word != "X"${word#\#} ] - then - echo // ${line#\#} - break - else - line=${line//\'/\\\'} -#useless, slashes never gets in - line=${line//\\/\\\\} -#this one's dirty, i know - line=${line//;/\\\\;} - line=${line//\"/\\\"} - echo 'sys_gui("'$line'\n");' - break - fi - done -done -- cgit v1.2.1