From 8771d1eb3bb30a87fdae4be7f240672737f77551 Mon Sep 17 00:00:00 2001 From: fabianArbeit Date: Thu, 17 Apr 2025 11:38:04 +0200 Subject: [PATCH] simple scripts to more easily deploy the newest files --- distributeHome.sh | 4 ++++ distributeRoot.sh | 4 ++++ 2 files changed, 8 insertions(+) create mode 100644 distributeHome.sh create mode 100644 distributeRoot.sh diff --git a/distributeHome.sh b/distributeHome.sh new file mode 100644 index 0000000..a47e18b --- /dev/null +++ b/distributeHome.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash + +shopt -s dotglob +cp -lrf ./home_external/* $HOME/ diff --git a/distributeRoot.sh b/distributeRoot.sh new file mode 100644 index 0000000..235116a --- /dev/null +++ b/distributeRoot.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash + +shopt -s dotglob +sudo cp -lrf ./root_external/* /