aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano.tronto@gmail.com>2022-01-29 19:31:23 +0100
committerSebastiano Tronto <sebastiano.tronto@gmail.com>2022-01-29 19:31:23 +0100
commit670a485968081857bd4dd0fe6f589a62d0c42ed0 (patch)
treee582eecdddf4f085bd1fe9ab59d95e0860617661
parent82aec488d7ad44a30c9130b2bd34bfdecea1f775 (diff)
downloadscripts-670a485968081857bd4dd0fe6f589a62d0c42ed0.tar.gz
scripts-670a485968081857bd4dd0fe6f589a62d0c42ed0.zip
Dummy commit to test post-receive hook
-rwxr-xr-xsecret4
1 files changed, 2 insertions, 2 deletions
diff --git a/secret b/secret
index 0554bdb..5b8afed 100755
--- a/secret
+++ b/secret
@@ -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:

Generated with cgit - Back to sebastiano.tronto.net