Changeset 39627 for titan/mediathek/localparser_secret/kkiste.sh
- Timestamp:
- 01/03/17 01:11:16 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
titan/mediathek/localparser_secret/kkiste.sh
r39626 r39627 72 72 touch $TMP/$PARSER.$INPUT.$FILENAME.list 73 73 fi 74 piccount= $[$piccount+1]75 LINE="$TITLE $LANG#$SRC $SRC parts $NEWPAGE#$PIC#$PARSER_$NEWPAGE_ piccount.jpg#$NAME#0"74 piccount=`expr $piccount + 1` 75 LINE="$TITLE $LANG#$SRC $SRC parts $NEWPAGE#$PIC#$PARSER_$NEWPAGE_$FILENAME_$piccount.jpg#$NAME#0" 76 76 77 77 echo "$LINE" >> $TMP/$PARSER.$INPUT.list
Note: See TracChangeset
for help on using the changeset viewer.