Add new chart
This commit is contained in:
parent
18d0f320ab
commit
d7ac4094b2
3 changed files with 4 additions and 2 deletions
scripts
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue