diff options
Diffstat (limited to 'tools/functions')
-rw-r--r-- | tools/functions | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tools/functions b/tools/functions new file mode 100644 index 0000000..fe9ab02 --- /dev/null +++ b/tools/functions @@ -0,0 +1,6 @@ +#!/bin/bash + +function indent { + echo ":: $*" +} + |