diff options
Diffstat (limited to 'bashrc')
-rw-r--r-- | bashrc | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -4,6 +4,10 @@ body() { "$@" } +col() { + awk "{ print \$$1; }" +} + safedir() { echo "$@ $(pwd)" | md5sum | cut -b-32 } |
index : Utils | ||
Collection of scripts and configurations. | Dan Goodliffe |
summaryrefslogtreecommitdiff |