From 6f402e2d2f052972886712f60d592684c8671982 Mon Sep 17 00:00:00 2001 From: epoch Date: Sat, 20 Apr 2019 05:32:27 -0500 Subject: rebased on an old copy of this repo. renamed everything. rewrote the uri parser. added uricmp. wew. --- printfurl | 5 ----- 1 file changed, 5 deletions(-) delete mode 100755 printfurl (limited to 'printfurl') diff --git a/printfurl b/printfurl deleted file mode 100755 index c141bc1..0000000 --- a/printfurl +++ /dev/null @@ -1,5 +0,0 @@ -#!/bin/sh -cutargs="$(printf "%s\n" "$1" | sed 's/%[^sukdPpqfU]//g' | tr '%' '\n' | tail -n+2 | sed 's/^\(.\).*/-\1/g' | tr '\n' ' ')" -count="$(echo $cutargs | tr '-' '\n' | grep -c .)" -printfargs="$(printf "%s\n" "$1" | sed 's/%[sukdPpqfU]/%s/g')" -cuturl "$cutargs" | tr '\n' '\0' | xargs -n $count -0 printf "$printfargs" -- cgit v1.2.3