summaryrefslogtreecommitdiff
path: root/dotfiles/profile
diff options
context:
space:
mode:
Diffstat (limited to 'dotfiles/profile')
-rw-r--r--dotfiles/profile24
1 files changed, 0 insertions, 24 deletions
diff --git a/dotfiles/profile b/dotfiles/profile
index 17b169e..3be0749 100644
--- a/dotfiles/profile
+++ b/dotfiles/profile
@@ -28,30 +28,6 @@ if [ -d "$HOME/.local/bin" ] ; then
PATH="$HOME/.local/bin:$PATH"
fi
-# ups.khirnov.net uploader
-ups() {
- if [ "$1" ]; then
- fname=$(basename "$1")
- else
- fname="-"
- fi
-
- url=$(curl -sS -E ~/.local/var/up/cert --data-binary "@${fname}" "https://ups.khirnov.net/${fname}")
- [ "${url}" ] && echo "${url}"
-}
-
-# up.khirnov.net 0x0 instance
-up() {
- if [ "$1" ]; then
- fname=$(basename "$1")
- else
- fname="-"
- fi
-
- url=$(curl -sS -E ~/.local/var/up/cert -F "file=@${fname}" "https://up.khirnov.net/")
- [ "${url}" ] && echo "${url}"
-}
-
# TODO: umask?
# source the machine-local configuration