Archived
1
0
Fork 0

Fix wrong wrapper filename

This commit is contained in:
Ryze 2023-07-13 20:50:11 +03:00
parent 78c14dc3b9
commit f0c04ff685
Signed by untrusted user who does not match committer: ryze
GPG key ID: 9B296C5CEAEAAAC1

View file

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