Преглед на файлове

fixed small typo

tags/v1.0.0
Remco преди 9 години
родител
ревизия
da051d3785
променени са 1 файла, в които са добавени 2 реда и са изтрити 4 реда
  1. +2
    -4
      transfersh-web/index.html

+ 2
- 4
transfersh-web/index.html Целия файл

@@ -153,10 +153,8 @@
<h4>Create an alias, and add it to .bashrc for faster use</h4>
<code>$ 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</code>
<h4>Now you can just use
<strong>transfer</strong>command</h4>
<code>$transfer hello.txt</code>


<strong>transfer</strong> command</h4>
<code>$ transfer hello.txt</code>
</div>
</div>



Зареждане…
Отказ
Запис