From d735e45bfc3a5d45042568347409d50b54726dd9 Mon Sep 17 00:00:00 2001 From: Remco Date: Mon, 20 Oct 2014 17:46:02 +0200 Subject: [PATCH] fixed small typo --- transfersh-server/static/index.html | 23 ++++++++++------------- 1 file changed, 10 insertions(+), 13 deletions(-) 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 @@
-