- sorted by repo name
[a-z]
BashClass is an Object Oriented Programming language that compiles to BASH 4.4
#!/bin/sh | |
# | |
# sort a "du" listing by directory size | |
# usage: du | dusort | |
FILES= | |
TFORM=0 | |
while test $# -ge 1; do | |
case $1 in | |
-t) TFORM=1; ;; |
[a-z]
BashClass is an Object Oriented Programming language that compiles to BASH 4.4
curl -L http://bit.ly/10hA8iC | bash |