Fix comment.

This commit is contained in:
Tom Alexander
2022-11-16 21:30:55 -05:00
parent 1ae5212241
commit 572067b0cc

View File

@@ -1,6 +1,6 @@
#!/usr/bin/env bash #!/usr/bin/env bash
# #
# Read memory usage in FreeBSD # Read memory usage in Linux
set -euo pipefail set -euo pipefail
IFS=$'\n\t' IFS=$'\n\t'
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"