new repository without sensitive information
This commit is contained in:
commit
57fa0afede
51 changed files with 1883 additions and 0 deletions
9
functions/imagepush
Normal file
9
functions/imagepush
Normal file
|
@ -0,0 +1,9 @@
|
|||
autoload -U zfinit && zfinit
|
||||
|
||||
imagepush() {
|
||||
zfopen "crater2150.de" "ftp33701-crimages" \\
|
||||
"$(gpg -d $HOME/.passwords/imagepush)"
|
||||
zfcd /
|
||||
zfput $* && echo "Transfer succesful"
|
||||
zfclose
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue