diff options
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 |
