mirror of
https://github.com/Phantop/appdwarf.git
synced 2024-11-12 18:03:05 +00:00
9 lines
191 B
Bash
Executable file
9 lines
191 B
Bash
Executable file
#!/bin/sh
|
|
. "$(dirname "$0")"/appmk
|
|
part0
|
|
LINK=$(curl https://api.github.com/repos/clangen/musikcube/releases | grep -om2 http.\*bz2 | tail -n1)
|
|
unbz
|
|
mv "$DIR"/musikcube*/* "$DIR"
|
|
appa
|
|
part9
|