X-Git-Url: https://git.madduck.net/etc/awesome.git/blobdiff_plain/23318f8eeafaedcb77d2ee1850dc4606dea7dcaf..b9d55e28539ec00b36d4bba82dd9d34f5febefd9:/scripts/dfs diff --git a/scripts/dfs b/scripts/dfs index 4697473..9e02a87 100755 --- a/scripts/dfs +++ b/scripts/dfs @@ -1,10 +1,10 @@ -#!/usr/bin/env sh +#!/usr/bin/env bash # # Adapted from Eridan's "fs" (cleanup, enhancements and switch to bash/Linux) # JM, 10/12/2004 # # Integrated into Lain in september 2013 -# https://github.com/copycat-killer/lain +# https://github.com/lcpz/lain # Requires gawk @@ -224,7 +224,7 @@ echo "$SORTED_FILE_SYSTEMS_INFO" | $AWK_COMMAND -v DEBUG=$DEBUG -v PATTERN=$PATT printf ("%-*s", LEFT_COLUMN + 2, ""); print " Used Free Total "; if (! NARROW_MODE) - print ""; + print " "; } }