From 19b39968a5ab1c6de4a41502af125f28846a4ab4 Mon Sep 17 00:00:00 2001 From: dmacias72 Date: Sun, 19 Feb 2017 19:01:50 +0000 Subject: [PATCH] test --- source/md5tofile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/md5tofile b/source/md5tofile index 28706313..0cc90a9c 100755 --- a/source/md5tofile +++ b/source/md5tofile @@ -9,4 +9,4 @@ find $1 -type f -iname "*.txz" -print0 | while IFS= read -r -d $'\0' file; do filename="$(basename "$file")" md5sum "$filename" > "$filename".md5 ) -done \ No newline at end of file +done