updating references to old repo to new repo
This commit is contained in:
Executable
+3
@@ -0,0 +1,3 @@
|
||||
#!/usr/bin/env bash
|
||||
# Disk Usage Indicator for TMUX
|
||||
df -h / | awk '/\// {print "Disk Size="$2", Used="$3", Available="$4", "$5" of disk used"}'
|
||||
Reference in New Issue
Block a user