diff options
Diffstat (limited to 'sh')
| -rw-r--r-- | sh/util.sh | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -6,7 +6,11 @@ genpassword() { } t() { - expand "$1" -t2 | sponge "$1" + expand "$1" -t2 | sponge "$1" +} + +ut() { + unexpand "$1" -t2 | sponge "$1" } gvi() { |
