Files
svr/install/tree_cpy.sh
T

12 lines
224 B
Bash
Raw Normal View History

2026-01-23 08:55:18 +01:00
#!/usr/bin/bash
USR_DIR=${1:-"no_dir"}
[[ $USR_DIR == "no_dir" ]] && \
echo "usage $0 usr_dir" && \
exit 1
2026-01-23 09:59:19 +01:00
2026-01-23 08:55:18 +01:00
USR_DIR=$(realpath $USR_DIR)
2026-01-23 09:59:19 +01:00
#uses ssymbolic link otherwise crossdevice troubles
cp -s -p -r -f -t / $USR_DIR/.