dotfiles/home/bin/ebook

6 lines
102 B
Plaintext
Raw Normal View History

2023-01-17 23:39:14 +00:00
#!/bin/bash
set -e
fname="$1"
scp -rp "$1" "tyrel-dell:/kubernetes-volumes/calibre/incoming/$fname";