utc; TZ=UTC wget https://transfer.archivete.am/oUjcK/f; utc ... utc; TZ=UTC wget https://transfer.archivete.am/hK8IV/f -O f.txt; utc ... cat f.txt; h="$(head -n1 f.txt | perl -pE "s/^.{42}//g")"; sha1sum f; utc; mv -n f "$h"; utc; mv -n f.txt "$h.txt"; utc ... [ 56 f=e09d3f3b055db044766908467f78352011796855-144p__17532_archive.torrent 57 curl -k --upload-file "$f" https://transfer.archivete.am/f; echo 58 a() { sha1sum "$f"; stat "$f"; stat -t "$f"; stat .; stat -t .; pwd; } 59 a | curl -k --upload-file - https://transfer.archivete.am/f; echo 60 rm "$f" 61 f=2f73797374656d642d7072697661746.zip 62 curl -k --upload-file "$f" https://transfer.archivete.am/f; echo 63 a() { sha1sum "$f"; stat "$f"; stat -t "$f"; stat .; stat -t .; echo pwd:; pwd; } 64 a | curl -k --upload-file - https://transfer.archivete.am/f; echo 65 history | tail ]