refactor comments

This commit is contained in:
dancingCycle 2023-12-16 11:57:56 +01:00
parent bf9d62875d
commit ad44f0ee99
4 changed files with 2 additions and 7 deletions

View File

@ -31,4 +31,3 @@ done
exit $retVal
#
echo "done."
#done.

View File

@ -1,6 +1,6 @@
#!/bin/sh
#
echo "Started..."
echo "started..."
#
# special variable $# is the number of arguments
if [ $# -lt 4 ] ; then
@ -20,5 +20,4 @@ rm -r ${HOME}/gtfs
mkdir -p ${HOME}/gtfs
curl --request GET --url $downloadUrl --header "Accept-Encoding: gzip, deflate" --cert-type P12 --cert ${certPath}:"$certSecret" --output $output
#
echo "Done."
#done.
echo "done."

View File

@ -30,4 +30,3 @@ done
exit $retVal
#
echo "done."
#done.

View File

@ -1,7 +1,6 @@
#!/bin/sh
#
echo "started..."
#Started...
#
if [ $# -lt 3 ] ; then
echo 'Call ./<script> <work dir without /> <save as file name> <dload URL>'
@ -28,4 +27,3 @@ rm -f ${wgetLogFile}
wget -o $wgetLogFile -O $dloadPath $dloadUrl
#
echo "done."
#done.