Pinned Loading
-
Bourne Shell script path detection
Bourne Shell script path detection 1ME="$0"
2REAL_ME="$ME"
34while [ -h "$REAL_ME" ]; do
5LINK_TARGET="$(readlink "$REAL_ME")"
-
Bourne Shell Temporary File Management
Bourne Shell Temporary File Management 1# Implements a simple solution for easy creation and
2# automatic disposal of temporary files.
34TEMPFILE=
5TEMPFILES=
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.