script folder

This commit is contained in:
Reto Kromer 2017-04-17 07:00:15 +02:00 committed by GitHub
parent 05d16367f0
commit 58663a869f

View File

@ -1,6 +1,6 @@
#!/usr/bin/env bash #!/usr/bin/env bash
SCRIPT=$(basename "${0}") SCRIPT=$(basename "${0}")
VERSION='2017-04-16' VERSION='2017-04-17'
AUTHOR='ffmprovisr' AUTHOR='ffmprovisr'
RED='\033[1;31m' RED='\033[1;31m'
BLUE='\033[1;34m' BLUE='\033[1;34m'
@ -32,7 +32,7 @@ Dependency:
ffmpeg ffmpeg
About: About:
Version: ${VERSION} Version: ${VERSION}
Website: https://github.com/amiaopensource/ffmprovisr/blob/gh-pages/check_video_framemd5.sh Website: https://github.com/amiaopensource/ffmprovisr/blob/gh-pages/script/check_video_framemd5.sh
EOF EOF
exit 0 exit 0
} }