aboutsummaryrefslogtreecommitdiff
path: root/bin/xgoc
diff options
context:
space:
mode:
Diffstat (limited to 'bin/xgoc')
-rw-r--r--bin/xgoc3
1 files changed, 3 insertions, 0 deletions
diff --git a/bin/xgoc b/bin/xgoc
new file mode 100644
index 00000000..9e4b0929
--- /dev/null
+++ b/bin/xgoc
@@ -0,0 +1,3 @@
+#!/bin/sh
+# Run xgo(1) with the contents of the X clipboard
+xgo "$(xsel)"