dotfiles

configuration files for shell, text editor, graphical environment, etc.
git clone git://src.adamsgaard.dk/dotfiles
Log | Files | Refs | README | LICENSE Back to index

commit 3583f5a86e4a5d502a9be11aab3ad0315c37b18a
parent 2e544f1919dce9e38a8a95f1c92a97bd6a1120d7
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Mon,  7 Sep 2020 09:26:10 +0200

Rename meme dump file

Diffstat:
M.local/bin/memeadd | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.local/bin/memeadd b/.local/bin/memeadd @@ -1,6 +1,6 @@ #!/bin/sh -out="${HOME}/tmp/me.meme" +out="${HOME}/tmp/memeXchange.meme" if [ "$1" = "-h" ]; then printf 'usage: %s <file>\n' "${0##*/}" >&2