diff options
| author | Luke Smith <luke@lukesmith.xyz> | 2019-05-31 19:38:43 -0400 |
|---|---|---|
| committer | Luke Smith <luke@lukesmith.xyz> | 2019-05-31 19:38:43 -0400 |
| commit | 6b334b59fc9f681fd16fe437c363213bba80f640 (patch) | |
| tree | b0321c4b54d9b34d999c164ec5fb7ac81bc71ea0 /.local/bin/ext | |
| parent | ae327871d27157d29dffe25ef4aa0502e54bf4e1 (diff) | |
| download | eibhear-6b334b59fc9f681fd16fe437c363213bba80f640.tar.gz eibhear-6b334b59fc9f681fd16fe437c363213bba80f640.tar.zst eibhear-6b334b59fc9f681fd16fe437c363213bba80f640.zip | |
script documentation
Diffstat (limited to '.local/bin/ext')
| -rwxr-xr-x | .local/bin/ext | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.local/bin/ext b/.local/bin/ext index a63ab10..c2e0f5c 100755 --- a/.local/bin/ext +++ b/.local/bin/ext @@ -1,5 +1,7 @@ #!/bin/sh -# A general, all-purpose extraction script. + +# A general, all-purpose extraction script. Not all extraction programs here +# are installed by LARBS automatically. # # Default behavior: Extract archive into new directory # Behavior with `-c` option: Extract contents into current directory |
