commit 9e06fc328ca58068489d1fdf0d85af515d858bb0 parent 7679f1d28c433e123f1391c71ee4e71709266367 Author: William Casarin <jb55@jb55.com> Date: Sat, 19 Sep 2020 05:03:01 -0700 bin/fsize: more files Diffstat:
M | bin/fsize | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bin/fsize b/bin/fsize @@ -1,2 +1,2 @@ #!/bin/sh -exec stat -c %s "$1" +exec stat -c %s "$@"