From 56caf06a2b742f894e1f9feb22be237123c8a6b4 Mon Sep 17 00:00:00 2001 From: Artem Sheremet Date: Fri, 18 Dec 2015 17:15:56 +0100 Subject: [PATCH] Remove upload() (deprecated) --- .bashrc | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.bashrc b/.bashrc index cba9587..20491d2 100644 --- a/.bashrc +++ b/.bashrc @@ -280,11 +280,6 @@ case $- in ;; esac -# TODO: delete this -upload() { - echo http://bin.dget.cc/$(curl -X POST --data-binary @"$1" http://bin.dget.cc/ | tail -3 | head -1 | cut -d'"' -f2) -} - trap 'title "$BASH_COMMAND"' DEBUG # vim: ft=sh