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
|
||||
|
||||
(cd ..
|
||||
echo "* GENERATING USAGE FILE"
|
||||
pod2markdown mysqltuner.pl >USAGE.md
|
||||
echo "* TIDYFY SCRIPT"
|
||||
perltidy -b mysqltuner.pl
|
||||
)
|
||||
echo "* Update CVE list"
|
||||
perl updateCVElist.pl
|
||||
dos2unix ../mysqltuner.pl
|
||||
git add ../vulnerabilities.csv ../mysqltuner.pl ../USAGE.md
|
||||
git commit -m 'Update Vulnerabilities list
|
||||
Indenting mysqltuner
|
||||
Update Usage information'
|
||||
#!/bin/sh
|
||||
|
||||
(cd ..
|
||||
echo "* GENERATING USAGE FILE"
|
||||
pod2markdown mysqltuner.pl >USAGE.md
|
||||
echo "* TIDYFY SCRIPT"
|
||||
perltidy -b mysqltuner.pl
|
||||
)
|
||||
echo "* Update CVE list"
|
||||
perl updateCVElist.pl
|
||||
dos2unix ../mysqltuner.pl
|
||||
git add ../vulnerabilities.csv ../mysqltuner.pl ../USAGE.md
|
||||
git commit -m 'Update Vulnerabilities list
|
||||
Indenting mysqltuner
|
||||
Update Usage information'
|
||||
|
|
Loading…
Reference in a new issue