diff options
author | Daniel Friesel <derf@finalrewind.org> | 2015-11-24 12:43:14 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2015-11-24 12:43:14 +0100 |
commit | 2711bb2f331d74ac9293a9ce2e6784b4bdbb2b45 (patch) | |
tree | 797b41c2cca1cb36b425a3fc85567a18560c7f57 | |
parent | 581224a29867864e6b6714d147b8b7b7107d7e7f (diff) |
blep
-rw-r--r-- | etc/functions/put | 26 |
1 files changed, 1 insertions, 25 deletions
diff --git a/etc/functions/put b/etc/functions/put index 7dc78a0..e60c641 100644 --- a/etc/functions/put +++ b/etc/functions/put @@ -18,14 +18,6 @@ if [[ -z ${commands[curl]} ]]; then print -P "%B%F{yellow}curl not present, won't be able to check upload success%f%b" fi -function put_flux { - hostname='flux.derf0.net' - ssh_name='flux' - target_dir='web/default/out/tmp' - server_prefix='http://flux.derf0.net/tmp/' - max_size=700000 -} - function put_ghost { hostname='ghost.derf0.net' ssh_name='ghost' @@ -42,23 +34,7 @@ function put_steel { max_size=0 } -function put_steel_pic { - hostname='steel.derf0.net' - ssh_name='steel' - target_dir='web/org.finalrewind.lib/out/p/' - server_prefix='http://lib.finalrewind.org/p/' - max_size=0 -} - -function put_chaosdorf { - hostname='frontend.chaosdorf.de' - ssh_name='chaosdorf-web' - target_dir='public_html/tmp/' - server_prefix='http://www.chaosdorf.de/~derf/tmp/' - max_size=0 -} - -hosts=(ghost steel chaosdorf) +hosts=(ghost steel) while [[ ${1} == -* ]] { case ${1} in |