(Scripts)~renamed some scripts,-web-pdf script

web-pdf was kinda useless.
This commit is contained in:
2021-10-20 19:19:34 +01:00
parent 45c5cf7761
commit 11dba53971
3 changed files with 0 additions and 7 deletions

View File

@@ -1,7 +0,0 @@
#!/bin/sh
name="$(echo $1 | awk -F/ '{print $NF}')"
curl $1 -o /tmp/$name;
xdg-open /tmp/$name;
rm /tmp/$name;