1
0
mirror of https://github.com/vbrandl/dotfiles synced 2024-11-23 16:31:07 +01:00
dotfiles/tools/misc/teiler/uploader/scp

10 lines
254 B
Plaintext
Raw Normal View History

2018-08-13 11:45:00 +02:00
#!/bin/bash
scp_host=HOSTNAME
scp_path_img=/path/to/images
scp_path_vid=/path/to/videos
scp_path_paste=/path/to/pastes
http_img=https://YOUR_DOMAIN/path/to/images
http_vid=https://YOUR_DOMAIN/path/to/videos
http_paste=https://YOUR_DOMAIN/path/to/pastes