summaryrefslogtreecommitdiff
path: root/nixos/profiles/workstation/scripts/deploy-dir
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/profiles/workstation/scripts/deploy-dir')
-rwxr-xr-xnixos/profiles/workstation/scripts/deploy-dir1
1 files changed, 1 insertions, 0 deletions
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 <local_dir> <ssh_dest> <remote_dir>"