summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xurxvt-link.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/urxvt-link.sh b/urxvt-link.sh
new file mode 100755
index 0000000..9db1107
--- /dev/null
+++ b/urxvt-link.sh
@@ -0,0 +1,3 @@
+#!/bin/sh
+echo -n "$1" | nohup >/dev/null 2>&1 xclip
+firefox "$1"