diff options
| author | Sebastiano Tronto <sebastiano.tronto@gmail.com> | 2022-01-29 19:31:23 +0100 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano.tronto@gmail.com> | 2022-01-29 19:31:23 +0100 |
| commit | 670a485968081857bd4dd0fe6f589a62d0c42ed0 (patch) | |
| tree | e582eecdddf4f085bd1fe9ab59d95e0860617661 | |
| parent | 82aec488d7ad44a30c9130b2bd34bfdecea1f775 (diff) | |
| download | scripts-670a485968081857bd4dd0fe6f589a62d0c42ed0.tar.gz scripts-670a485968081857bd4dd0fe6f589a62d0c42ed0.zip | |
Dummy commit to test post-receive hook
Diffstat (limited to '')
| -rwxr-xr-x | secret | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -1,8 +1,8 @@ | |||
| 1 | #!/bin/sh | 1 | #!/bin/sh |
| 2 | 2 | ||
| 3 | # Encrypt and decrypt files using a fixed cipher and passphrase. | 3 | # Encrypt and decrypt files using a fixed cipher and passphrase. |
| 4 | # The first line of the (unencrypted) file is considered the "password", the | 4 | # The first line of the (unencrypted) file is considered the "password", |
| 5 | # rest can be anything. | 5 | # the rest can be anything. |
| 6 | 6 | ||
| 7 | # Usage: secret command file | 7 | # Usage: secret command file |
| 8 | # Available commands: | 8 | # Available commands: |
