Archived
1
0
Fork 0
This repository has been archived on 2024-08-12. You can view files and clone it, but cannot push or open issues or pull requests.
padavan-luna/extra_flags/setup_hardlinks.sh
2023-07-13 20:50:11 +03:00

3 lines
136 B
Bash
Executable file

#!/bin/sh
ROOT=$(dirname $(realpath $0))
find "${ROOT}/../bin_original" ! -type d -exec sh -c 'ln -P wrapper.sh $(basename $1)' _ {} \;