Update Vulnerabilities list
Indenting mysqltuner Update Usage information
This commit is contained in:
parent
1ecb2e9854
commit
1bdb4b1aea
1 changed files with 15 additions and 15 deletions
|
@ -1,15 +1,15 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
(cd ..
|
(cd ..
|
||||||
echo "* GENERATING USAGE FILE"
|
echo "* GENERATING USAGE FILE"
|
||||||
pod2markdown mysqltuner.pl >USAGE.md
|
pod2markdown mysqltuner.pl >USAGE.md
|
||||||
echo "* TIDYFY SCRIPT"
|
echo "* TIDYFY SCRIPT"
|
||||||
perltidy -b mysqltuner.pl
|
perltidy -b mysqltuner.pl
|
||||||
)
|
)
|
||||||
echo "* Update CVE list"
|
echo "* Update CVE list"
|
||||||
perl updateCVElist.pl
|
perl updateCVElist.pl
|
||||||
dos2unix ../mysqltuner.pl
|
dos2unix ../mysqltuner.pl
|
||||||
git add ../vulnerabilities.csv ../mysqltuner.pl ../USAGE.md
|
git add ../vulnerabilities.csv ../mysqltuner.pl ../USAGE.md
|
||||||
git commit -m 'Update Vulnerabilities list
|
git commit -m 'Update Vulnerabilities list
|
||||||
Indenting mysqltuner
|
Indenting mysqltuner
|
||||||
Update Usage information'
|
Update Usage information'
|
||||||
|
|
Loading…
Reference in a new issue