File tree Expand file tree Collapse file tree 1 file changed +15
-15
lines changed Expand file tree Collapse file tree 1 file changed +15
-15
lines changed Original file line number Diff line number Diff line change 1
- #! /bin/sh
2
-
3
- (cd ..
4
- echo " * GENERATING USAGE FILE"
5
- pod2markdown mysqltuner.pl > USAGE.md
6
- echo " * TIDYFY SCRIPT"
7
- perltidy -b mysqltuner.pl
8
- )
9
- echo " * Update CVE list"
10
- perl updateCVElist.pl
11
- dos2unix ../mysqltuner.pl
12
- git add ../vulnerabilities.csv ../mysqltuner.pl ../USAGE.md
13
- git commit -m ' Update Vulnerabilities list
14
- Indenting mysqltuner
15
- Update Usage information'
1
+ #! /bin/sh
2
+
3
+ (cd ..
4
+ echo " * GENERATING USAGE FILE"
5
+ pod2markdown mysqltuner.pl > USAGE.md
6
+ echo " * TIDYFY SCRIPT"
7
+ perltidy -b mysqltuner.pl
8
+ )
9
+ echo " * Update CVE list"
10
+ perl updateCVElist.pl
11
+ dos2unix ../mysqltuner.pl
12
+ git add ../vulnerabilities.csv ../mysqltuner.pl ../USAGE.md
13
+ git commit -m ' Update Vulnerabilities list
14
+ Indenting mysqltuner
15
+ Update Usage information'
You can’t perform that action at this time.
0 commit comments