diff options
Diffstat (limited to 'Scripts/.local/scripts/st-scripts/link-grab.sh')
-rwxr-xr-x | Scripts/.local/scripts/st-scripts/link-grab.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Scripts/.local/scripts/st-scripts/link-grab.sh b/Scripts/.local/scripts/st-scripts/link-grab.sh index e8eee52..127990d 100755 --- a/Scripts/.local/scripts/st-scripts/link-grab.sh +++ b/Scripts/.local/scripts/st-scripts/link-grab.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/usr/bin/env sh # From https://github.com/LukeSmithxyz/st urlregex="(((http|https|gopher|gemini|ftp|ftps|git)://|www\\.)[a-zA-Z0-9.]*[:;a-zA-Z0-9./+@$&%?$\#=_~-]*)|((magnet:\\?xt=urn:btih:)[a-zA-Z0-9]*)" |