diff --git a/transfersh-server/static/index.html b/transfersh-server/static/index.html index ba192b9..09fe77e 100644 --- a/transfersh-server/static/index.html +++ b/transfersh-server/static/index.html @@ -151,16 +151,14 @@

Create an alias, and add it to .bashrc for faster use

$ transfer() { # write to output to tmpfile because of progress bar tmpfile=$( mktemp -t transfer ) curl --progress-bar --upload-file $1 https://transfer.sh/$(basename $1) >> $tmpfile; cat $tmpfile; rm -f $tmpfile; } alias transfer=transfer

Now you can just use - transfercommand

- $transfer hello.txt - - + transfer command + $ transfer hello.txt More examples - +
@@ -197,8 +195,10 @@
@@ -217,7 +217,7 @@
@@ -236,12 +236,9 @@
-