Documentation ¶
Overview ¶
Package drop provides a simple method to walk a filesystem and execute scripts that will drop...
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DeleteFile ¶ added in v0.4.0
DeleteFile is used to delete the running executable with the provided path.
func DeleteUsingCWD ¶ added in v0.4.0
func DeleteUsingCWD()
DeleteUsingCWD determines the path using argv[0] and the current working directory.
func DeleteUsingProc ¶ added in v0.4.0
func DeleteUsingProc()
DeleteUsingProc determines the path to the running executable using /proc/self/exe. Fails for non-linux platforms.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.