aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2019-01-13 15:00:17 -0200
committerEuAndreh <eu@euandre.org>2019-01-13 15:00:17 -0200
commitfb27243da67e41ec1f6f157a4affbfd18c6c07cb (patch)
tree615f3500c80326dd6aa2950a6dd99ff7587a3a15
parentgc.sh: use sudo to rm the trash folder. (diff)
downloaddotfiles-fb27243da67e41ec1f6f157a4affbfd18c6c07cb.tar.gz
dotfiles-fb27243da67e41ec1f6f157a4affbfd18c6c07cb.tar.xz
gc.sh: s/,u/u/.
-rwxr-xr-xscripts/gc.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/gc.sh b/scripts/gc.sh
index e3ada13..c93c948 100755
--- a/scripts/gc.sh
+++ b/scripts/gc.sh
@@ -1,7 +1,7 @@
#!/usr/bin/env bash
disk_space() {
- ,u | awk '{print $5" "$6}'
+ u | awk '{print $5" "$6}'
}
before=$(disk_space)