继续创
This commit is contained in:
parent
cf991ea674
commit
5b875fb8f2
@ -2,6 +2,19 @@
|
|||||||
|
|
||||||
URL="$1"
|
URL="$1"
|
||||||
|
|
||||||
|
if [ "$URL" == "" ]; then
|
||||||
|
echo "Usage: $0 accessclient://<args>"
|
||||||
|
sleep 5
|
||||||
|
exit 1
|
||||||
|
fi
|
||||||
|
|
||||||
|
if [ ! "$URL" == "accessclient://"* ]; then
|
||||||
|
echo "Invalid URL, should be accessclient://"
|
||||||
|
sleep 5
|
||||||
|
exit 1
|
||||||
|
fi
|
||||||
|
|
||||||
|
|
||||||
ARGS=$(echo $URL | sed 's|accessclient://||' | base64 -d | minideflate -d )
|
ARGS=$(echo $URL | sed 's|accessclient://||' | base64 -d | minideflate -d )
|
||||||
|
|
||||||
APP=$(echo $ARGS | jq -r.app)
|
APP=$(echo $ARGS | jq -r.app)
|
||||||
|
@ -10,4 +10,4 @@ Categories=System;ConsoleOnly;
|
|||||||
Keywords=system;h3c;
|
Keywords=system;h3c;
|
||||||
NoDisplay=true
|
NoDisplay=true
|
||||||
Exec=@EXEC %u
|
Exec=@EXEC %u
|
||||||
MimeType=application/x-accessclient;
|
MimeType=application/x-accessclient;x-scheme-handler/accessclient;
|
Loading…
x
Reference in New Issue
Block a user