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

Merge branch 'uvis-dev'

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

+ 3
- 1
transfersh-server/static/index.html Целия файл

@@ -166,7 +166,9 @@
<div class="terminal">
<code>
<span class="code-title"># Add this to .bashrc or its equivalent</span>
<br>transfer() { # write to output to tmpfile because of progress bar tmpfile=$( mktemp -t transferXXX ) curl --progress-bar --upload-file $1 https://transfer.sh/$(basename $1) >> $tmpfile; cat $tmpfile; rm -f $tmpfile; }
<br>transfer() {
<br># write to output to tmpfile because of progress bar
<br>tmpfile=$( mktemp -t transferXXX ); curl --progress-bar --upload-file $1 https://transfer.sh/$(basename $1) >> $tmpfile; cat $tmpfile; rm -f $tmpfile; }
<br>
<br>alias transfer=transfer
<br>


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

@@ -168,7 +168,9 @@
<div class="terminal">
<code>
<span class="code-title"># Add this to .bashrc or its equivalent</span>
<br/>transfer() { # write to output to tmpfile because of progress bar tmpfile=$( mktemp -t transferXXX ) curl --progress-bar --upload-file $1 https://transfer.sh/$(basename $1) >> $tmpfile; cat $tmpfile; rm -f $tmpfile; }
<br/>transfer() {
<br># write to output to tmpfile because of progress bar
<br>tmpfile=$( mktemp -t transferXXX ); curl --progress-bar --upload-file $1 https://transfer.sh/$(basename $1) >> $tmpfile; cat $tmpfile; rm -f $tmpfile; }
<br/>
<br/>alias transfer=transfer
<br/>


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