Compare commits
5 Commits
6162c2016a
...
debian
Author | SHA1 | Date | |
---|---|---|---|
634014851c | |||
4e9a8f94be | |||
89b17fbc07 | |||
8828111fba | |||
8771d1eb3b |
4
distributeHome.sh
Executable file
4
distributeHome.sh
Executable file
@@ -0,0 +1,4 @@
|
|||||||
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
|
shopt -s dotglob
|
||||||
|
cp -lrf ./home_external/* $HOME/
|
4
distributeRoot.sh
Executable file
4
distributeRoot.sh
Executable file
@@ -0,0 +1,4 @@
|
|||||||
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
|
shopt -s dotglob
|
||||||
|
sudo cp -lrf ./root_external/* /
|
Reference in New Issue
Block a user