initial code comit

This commit is contained in:
2018-11-22 21:02:44 +03:00
parent dda0488d4b
commit 801bbd37b7
117 changed files with 7612 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
#! /bin/bash
mkdir -p "$1" && cd "$1" && curl -L -S -O $2 >> download.log 2>&1 &
# mkdir -p "$1" && cd "$1" && curl -L -O $2 > /dev/null 2>&1 &