6 lines
181 B
Bash
Executable File
6 lines
181 B
Bash
Executable File
#!/bin/sh
|
|
# ESP Package Manager v6.0.2
|
|
echo "#!/bin/sh" > /opt/drweb/ldwrap.sh
|
|
echo 'exec /opt/drweb/`basename $0.real` "$@"' >> /opt/drweb/ldwrap.sh
|
|
chmod 755 /opt/drweb/ldwrap.sh
|