diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2020-04-05 00:27:56 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2020-04-05 00:27:56 +0900 |
| commit | 9521203755e7750868accf26b8b46ab08251879b (patch) | |
| tree | 4b825dc642cb6eb9a060e54bf8d69288fbee4904 /qt3-tqt3/convert_qt_itself_qt3_helper | |
| parent | dba036816b279bc1539a9f3894fbc414665d2bce (diff) | |
| download | experimental-master.tar.gz experimental-master.zip | |
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'qt3-tqt3/convert_qt_itself_qt3_helper')
| -rwxr-xr-x | qt3-tqt3/convert_qt_itself_qt3_helper | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/qt3-tqt3/convert_qt_itself_qt3_helper b/qt3-tqt3/convert_qt_itself_qt3_helper deleted file mode 100755 index 2e8c97d..0000000 --- a/qt3-tqt3/convert_qt_itself_qt3_helper +++ /dev/null @@ -1,5 +0,0 @@ -#!/bin/bash - -cd $1 -ls -d * | sed 's/^q\(.*\)\.h\(.*\)$/mv "&" "tq\1\.h\2"/' | grep mv | sh -ls -d * | sed 's/^q\(.*\)\.c\(.*\)$/mv "&" "tq\1\.c\2"/' | grep mv | sh |
