2 lines
44 B
Plaintext
2 lines
44 B
Plaintext
|
#!/bin/bash
|
||
|
cp -a "$1/etc/skel"/. "$1/root/"
|