mirror of
https://github.com/Phantop/appdwarf.git
synced 2024-11-09 16:36:01 +00:00
9 lines
217 B
Bash
Executable file
9 lines
217 B
Bash
Executable file
#!/bin/sh
|
|
# shellcheck source=../appdwarf
|
|
SOURCE=1 . "$(which appdwarf)"
|
|
LINK=$(curl https://api.github.com/repos/clangen/musikcube/releases | grep -om1 'http.*_64.*bz2')
|
|
unbz
|
|
mv "$DIR"/musikcube*/* "$DIR"
|
|
appa
|
|
appmk
|