6 lines
116 B
Bash
Executable File
6 lines
116 B
Bash
Executable File
#!/bin/sh
|
|
# ESP Package Manager v6.0.2
|
|
if test -f "/opt/drweb/ldwrap.sh" ; then
|
|
rm -f "/opt/drweb/ldwrap.sh"
|
|
fi
|