From 338c6657cbef18acca98a513f8075b71284f1cc3 Mon Sep 17 00:00:00 2001 From: Tyrel Souza Date: Wed, 26 Apr 2023 13:31:48 -0400 Subject: [PATCH] bike --- home/bin/sc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/home/bin/sc b/home/bin/sc index 9b21616..dd4b948 100755 --- a/home/bin/sc +++ b/home/bin/sc @@ -10,12 +10,12 @@ upload() { # Given a filepath and a target name, upload the screenshot chmod +r "$1" - scp "$1" "tyrelsouza.com:/www/tyrel.pw/s/$2" + scp "$1" "tyrel.dev:/www/tyrel.bike/s/$2" } url() { # Given a target name, echo the expected URL of the uploaded screenshot - echo "https://tyrel.pw/s/$1" + echo "https://tyrel.bike/s/$1" } ### (End)