added new build
This commit is contained in:
parent
a268f2730f
commit
6ce07aa483
|
@ -3,7 +3,13 @@ source /etc/profile.sh # expose xrsh cmds like require etc
|
|||
|
||||
if [[ "$1" =~ "pos=|t=" ]]; then
|
||||
# we are dealing with XR or Media Fragments (ignore for now)
|
||||
echo "[x] detected Media/XR Fragment in URI: $1"
|
||||
echo "[.] detected Media/XR Fragment in URI"
|
||||
fi
|
||||
|
||||
if [[ "$1" =~ "zip$" ]]; then
|
||||
echo "[.] detected XRSH zip package in URL"
|
||||
echo "[.] fetching $1"
|
||||
ziprun "$1"
|
||||
fi
|
||||
|
||||
# otherwise execute
|
||||
|
|
Binary file not shown.
Loading…
Reference in New Issue