mirror of
https://github.com/zardus/ctf-tools
synced 2024-12-05 02:39:13 +00:00
did I even test this?
This commit is contained in:
parent
15f4a45fac
commit
c804f2940f
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ do
|
|||
mv $i $i.real
|
||||
cat <<END > $i
|
||||
#!/bin/bash
|
||||
LD_LIBRARY_PATH=\$LD_LIBRARY_PATH:$PWD/../lib \$0.real
|
||||
LD_LIBRARY_PATH=\$LD_LIBRARY_PATH:$PWD/../lib $PWD/$i.real "\$@"
|
||||
END
|
||||
chmod 755 $i
|
||||
done
|
||||
|
|
Loading…
Reference in a new issue