You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
507 B
27 lines
507 B
# TDE Config File
|
|
[General]
|
|
Name=Simple Bash Shell Script
|
|
|
|
Comment=This generates a simplistic 'Hello world' program in Bash shell
|
|
|
|
Category=Shell
|
|
|
|
FileTemplates=sh,ShellStyle
|
|
ShowFilesAfterGeneration=%{dest}/%{APPNAMELC}.sh
|
|
Archive=bashhello.tar.gz
|
|
|
|
[FILE1]
|
|
Type=install
|
|
EscapeXML=true
|
|
Source=%{src}/app.kdevelop
|
|
Dest=%{dest}/%{APPNAMELC}.kdevelop
|
|
|
|
[FILE2]
|
|
Type=install
|
|
Source=%{src}/app.sh
|
|
Dest=%{dest}/%{APPNAMELC}.sh
|
|
|
|
[MSG]
|
|
Type=message
|
|
Comment=A simple bash shell script project was created in %{dest}
|