diff --git a/gelink.sh b/gelink similarity index 87% rename from gelink.sh rename to gelink index 5fb6a7c..51ffd20 100644 --- a/gelink.sh +++ b/gelink @@ -35,7 +35,7 @@ fi; if [ -n "$err" ]; then echo "error $err"; else - get=$(./linkloc.sh "${get}"); # If url pattern is matched, pass it to the script that gets the real link + get=$(./linkloc "${get}"); # If url pattern is matched, pass it to the script that gets the real link echo "$get" fi