From 2651a3a0373d31e7e7e40889587555ab1623b001 Mon Sep 17 00:00:00 2001 From: Greg Gauthier Date: Mon, 20 Jan 2025 11:46:14 +0000 Subject: [PATCH] fix typo --- atari/entries/Action-language-walkthrough.md | 2 +- publish | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/atari/entries/Action-language-walkthrough.md b/atari/entries/Action-language-walkthrough.md index 3ea69de..8d9f2c6 100644 --- a/atari/entries/Action-language-walkthrough.md +++ b/atari/entries/Action-language-walkthrough.md @@ -2,7 +2,7 @@ [**Video Series**](https://rumble.com/playlists/ZLa9d1onaE0) -This series is ongoing. It began as an attempt to teach myself Action!, but has evolved into a continuous thing. My next extension to this project will involve [Thomas Cherryholmes Fujinet!](https://fujinet.online/) Keep an eye on this page, as I will be adding explanations, code samples, and other resource links here, to support the series. +This series is ongoing. It began as an attempt to teach myself Action!, but has evolved into a continuous thing. My next extension to this project will involve [Thomas Cherryhomes Fujinet!](https://fujinet.online/) Keep an eye on this page, as I will be adding explanations, code samples, and other resource links here, to support the series. --- diff --git a/publish b/publish index 70ad61f..f197c14 100755 --- a/publish +++ b/publish @@ -13,15 +13,12 @@ rsync --super -avhr -e ssh ./img/* gmgauthier@socrates:/var/www/oldcomputernerd. echo "-------------------" echo "Rsync content files" echo "-------------------" -rsync --super -avhr -e ssh ./txt/* gmgauthier@socrates:/var/www/oldcomputernerd.com/txt/ -rsync --super -avhr -e ssh ./htm/* gmgauthier@socrates:/var/www/oldcomputernerd.com/htm/ rsync --super -avhr -e ssh ./atari/* gmgauthier@socrates:/var/www/oldcomputernerd.com/atari/ rsync --super -avhr -e ssh ./mvs/* gmgauthier@socrates:/var/www/oldcomputernerd.com/mvs/ rsync --super -avhr -e ssh ./dos/* gmgauthier@socrates:/var/www/oldcomputernerd.com/dos/ rsync --super -avhr -e ssh ./linux/* gmgauthier@socrates:/var/www/oldcomputernerd.com/linux/ rsync --super -avhr -e ssh ./blog/* gmgauthier@socrates:/var/www/oldcomputernerd.com/blog/ -rsync --super -avhr -e ssh ./JUNK/* gmgauthier@socrates:/var/www/oldcomputernerd.com/JUNK/ echo "-------------------" echo "Rsync root files"