From a8f804837c21d71a6fa5adc127d9b64eb23c47ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?llu=C3=ADs=20g=C3=B3mez=20i=20bigord=C3=A0?= Date: Fri, 23 May 2008 20:46:28 +0000 Subject: changed the code to be in a single file colorgrid.c moved the help patch to a more common name svn path=/trunk/externals/pdvjtools/; revision=9871 --- colorgrid/tk2c.bash | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100755 colorgrid/tk2c.bash (limited to 'colorgrid/tk2c.bash') diff --git a/colorgrid/tk2c.bash b/colorgrid/tk2c.bash deleted file mode 100755 index 9dfeb03..0000000 --- a/colorgrid/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