1
Fork 0

Add new chart

This commit is contained in:
prescientmoon 2024-09-19 02:54:12 +02:00
parent 18d0f320ab
commit d7ac4094b2
Signed by: prescientmoon
SSH key fingerprint: SHA256:WFp/cO76nbarETAoQcQXuV+0h7XJsEsOCI0UsyPIy6U
3 changed files with 4 additions and 2 deletions

View file

@ -12,8 +12,8 @@ url=$2
curr=$(pwd)
dir_path=$SHIMMERING_ASSET_DIR/songs/$name
mkdir $dir_path
dir_path=$SHIMMERING_ASSET_DIR/songs/raw/$name
mkdir -p $dir_path
cd $dir_path
http GET "$url" > temp