mirror of
https://github.com/tw93/Mole.git
synced 2026-02-04 17:24:45 +00:00
fix(raycast): quote raw command safely
This commit is contained in:
@@ -69,7 +69,7 @@ echo "🐹 Running ${title}..."
|
||||
echo ""
|
||||
|
||||
# Command to execute
|
||||
_MO_RAW_CMD="${raw_cmd}"
|
||||
_MO_RAW_CMD='${raw_cmd}'
|
||||
_MO_CMD_ESCAPED="${cmd_escaped}"
|
||||
|
||||
has_app() {
|
||||
|
||||
Reference in New Issue
Block a user