simple scripts to more easily deploy the newest files

This commit is contained in:
fabianArbeit 2025-04-17 11:38:04 +02:00
parent 620857fc8a
commit 8771d1eb3b
2 changed files with 8 additions and 0 deletions

4
distributeHome.sh Normal file

@ -0,0 +1,4 @@
#!/usr/bin/env bash
shopt -s dotglob
cp -lrf ./home_external/* $HOME/

4
distributeRoot.sh Normal file

@ -0,0 +1,4 @@
#!/usr/bin/env bash
shopt -s dotglob
sudo cp -lrf ./root_external/* /