deep-wine-runner/helper/spark_run_v4_app_configs/Deepin-FastReadPDF.sh

10 lines
189 B
Bash
Raw Normal View History

2024-01-21 21:45:13 +08:00
#set -- "$1" "${2#file://*}"
local path=$(urldecode "$2")
path=${path/file:\/\//}
set -- "$1" "$path"
if [ "$path" ];then
CallProcess "$@"
else
CallProcess "$1"
fi