Convert to use nix-shell which removes impurity on local rsync

This commit is contained in:
Sandro - 2021-09-06 20:49:45 +02:00
parent 42a32a42dc
commit 3b9f162ba3
Signed by: sandro
GPG Key ID: 3AF5A43A3EECC2E5
1 changed files with 4 additions and 1 deletions

View File

@ -1,4 +1,7 @@
#!/usr/bin/env bash
#! /usr/bin/env nix-shell
#! nix-shell -p rsync
# shellcheck shell=bash
set -e