aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rwxr-xr-xbin/xgo1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/xgo b/bin/xgo
index e450a5fb..fc6dbe32 100755
--- a/bin/xgo
+++ b/bin/xgo
@@ -19,6 +19,7 @@ for url ; do (
# Dig out the plain text for pastebin.com links
*://pastebin.com/*)
+ # shellcheck disable=SC2016
url=$(printf '%s\n' "$url" | sed 's_/[A-Za-z0-9][A-Za-z0-9]*$_/raw&_')
;;