summaryrefslogtreecommitdiffstats
path: root/send-link-to-phone.sh
diff options
context:
space:
mode:
Diffstat (limited to 'send-link-to-phone.sh')
-rwxr-xr-xsend-link-to-phone.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/send-link-to-phone.sh b/send-link-to-phone.sh
index b5e0267..d08db42 100755
--- a/send-link-to-phone.sh
+++ b/send-link-to-phone.sh
@@ -1,3 +1,3 @@
-#!/bin/sh
+#!/bin/zsh
-ssh aero dbus-send --system --type=method_call --dest=com.nokia.osso_browser /com/nokia/osso_browser/request com.nokia.osso_browser.load_url string:"$1"
+ssh aero 'dbus-send --system --type=method_call --dest=com.nokia.osso_browser /com/nokia/osso_browser/request com.nokia.osso_browser.load_url string:"'$1'"'