This commit is contained in:
.[d]. 2022-08-29 03:07:28 -05:00
parent 66c5f4afce
commit 52975fee73

@ -3,8 +3,8 @@
# 2) if this is ran with a parameter /path/to/file.etc the file is autocopied across the core and dupes, all pushed to github
# 2) and then remote instances are updated locally from what we pushed from devops.. this speeds up development/testing time.
##############################################################################################################################
COREKEY=maplenet; COREUSER=dr1p; COREHOST=saiosx; COREBASE=~/maple;
DUPEKEY=maplenet; DUPEUSER=dr1p; DUPEHOST=saipro; DUPEBASE=~/maple;
COREKEY=maplenet; COREUSER=dr1p; COREHOST=saipro; COREBASE=~/maple;
DUPEKEY=maplenet; DUPEUSER=dr1p; DUPEHOST=saiosx; DUPEBASE=~/maple;
##############################################################################################################################
##############################################################################################################################
FILENAME=$(basename `echo "$1"`)