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 d81913a589e300a43923e4d46dd38a3cfb761c43
parent 1cec80736494aa3b7c919133f98f8e48d720c3dd
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Tue, 17 Sep 2019 15:29:00 +0200

Merge branch 'master' of adamsgaard.dk:src/dotfiles

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

diff --git a/.local/bin/upload b/.local/bin/upload @@ -99,7 +99,7 @@ download_file() { } delete_file() { - ssh -p "$user"@"$host" "rm /var/www/html/files_nonpub/$1" + ssh "$user"@"$host" "rm /var/www/html/files_nonpub/$1" } die() {