From c7b8bbc37ddea8e1c382d7d9f95e6c3c4a916e44 Mon Sep 17 00:00:00 2001 From: andrewlalis Date: Sat, 15 Jul 2023 00:56:20 -0400 Subject: [PATCH] Added upload script. --- upload.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 upload.sh diff --git a/upload.sh b/upload.sh new file mode 100755 index 0000000..0c06b5b --- /dev/null +++ b/upload.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash + +scp -r * root@andrewlalis.com:/var/www/andrewlalis.com/html