From 58663a869fb9afa9680764dabbe00a3c26478cbf Mon Sep 17 00:00:00 2001 From: Reto Kromer Date: Mon, 17 Apr 2017 07:00:15 +0200 Subject: [PATCH] script folder --- check_video_framemd5.sh => script/check_video_framemd5.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename check_video_framemd5.sh => script/check_video_framemd5.sh (97%) diff --git a/check_video_framemd5.sh b/script/check_video_framemd5.sh similarity index 97% rename from check_video_framemd5.sh rename to script/check_video_framemd5.sh index 3dc8b10..05726f0 100644 --- a/check_video_framemd5.sh +++ b/script/check_video_framemd5.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash SCRIPT=$(basename "${0}") - VERSION='2017-04-16' + VERSION='2017-04-17' AUTHOR='ffmprovisr' RED='\033[1;31m' BLUE='\033[1;34m' @@ -32,7 +32,7 @@ Dependency: ffmpeg About: 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 exit 0 }