From f52ef901cb6459a5fe7446fe6e69eab82cb373eb Mon Sep 17 00:00:00 2001 From: Martin Fischer Date: Thu, 27 Feb 2025 20:42:04 +0100 Subject: docs: add one-line descriptions to workstation scripts --- nixos/profiles/workstation/scripts/deploy-dir | 1 + 1 file changed, 1 insertion(+) (limited to 'nixos/profiles/workstation/scripts/deploy-dir') diff --git a/nixos/profiles/workstation/scripts/deploy-dir b/nixos/profiles/workstation/scripts/deploy-dir index bb7dfdf..f90a4ae 100755 --- a/nixos/profiles/workstation/scripts/deploy-dir +++ b/nixos/profiles/workstation/scripts/deploy-dir @@ -1,4 +1,5 @@ #!/usr/bin/env bash +# Replaces the contents of a remote directory with the contents of a local directory. if [ "$#" -ne 3 ]; then echo "usage: $0 " -- cgit v1.2.3