-
Notifications
You must be signed in to change notification settings - Fork 1
/
Full.sh
executable file
·46 lines (39 loc) · 892 Bytes
/
Full.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
#!/bin/bash
export minfilesize=0 #1..min file size (1...no line breaks)
export meta=0 #0 removes metadata
export outputType="svg" #just to not get asked by Inkscape
export file=min.svg # just used for debugging
export i=min.svg # just used for debugging
#./einzeilTags.sh
./pre.sh
#./InkscapeBatchConverter.sh
#./Vacuumdefs.sh
./scour4compression.sh
./between.sh
./cleaner4compression.sh
./o4compression.sh
./Rounding.sh
#./ResizeByInkscape.sh
#./einzeilTags.sh
#./PosibleUngroup.sh
#./UngroupByInkscape.sh
./Flow2TextByInkscape.sh
##./FFlow2TextBySed.sh
##./Text2Path.sh
#./SimplifyByInkscape.sh
# ./viewBox.sh
./validByScour.sh
./ScourFull.sh
#./scour4compression.sh
./CleanerFull.sh
#./cleaner4compression.sh
#./o4compression.sh
./O2.sh
#./OptimizerFull.sh
./validByo4compression.sh
./validBycleaner.sh
./validByscour.sh
./validBySed.sh
./fontReplace.sh
./svg2validsvg.sh
./post.sh