Compare commits
2 Commits
df65f35f0b
...
8828111fba
Author | SHA1 | Date | |
---|---|---|---|
8828111fba | |||
8771d1eb3b |
4
distributeHome.sh
Normal file
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
4
distributeRoot.sh
Normal file
@ -0,0 +1,4 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
shopt -s dotglob
|
||||
sudo cp -lrf ./root_external/* /
|
Loading…
x
Reference in New Issue
Block a user