initial code comit
This commit is contained in:
3
system/apps/cai_downloader/exec/scripts/app.sh
Normal file
3
system/apps/cai_downloader/exec/scripts/app.sh
Normal 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 &
|
||||
Reference in New Issue
Block a user