diff --git a/split-dl.sh b/split-dl.sh index 2e4bbdd..ac68169 100755 --- a/split-dl.sh +++ b/split-dl.sh @@ -1,6 +1,7 @@ -# split-dl.sh -# +#!/bin/bash +######################################################################## # Copyright (C) 2015 Max Mehl +######################################################################## # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -13,9 +14,18 @@ # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with this program. If not, see . - -#!/bin/bash +# along with this program. If not, see . +# +######################################################################## +# +# This script enabled downloading huge files with unstable and slow +# internet connections by splitting files and always checking their +# hashsums. By this, file integrity can be ensured without big data loss +# +# Please read my blog post about this application: +# http://blog.mehl.mx/2015/splitdl-downloading-huge-files-from-slow-and-unstable-internet-connections/ +# +######################################################################## SPLITSIZE="10M" # Desired size of splitted files