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

4 lines
136 B
Bash
Raw Normal View History

2023-06-10 16:17:16 +02:00
#!/bin/sh
ROOT=$(dirname $(realpath $0))
2023-07-13 19:50:11 +02:00
find "${ROOT}/../bin_original" ! -type d -exec sh -c 'ln -P wrapper.sh $(basename $1)' _ {} \;