diff options
author | Matthias Beyer <mail@beyermatthias.de> | 2022-04-01 13:03:57 +0200 |
---|---|---|
committer | Matthias Beyer <mail@beyermatthias.de> | 2022-04-01 13:03:57 +0200 |
commit | 3b76b0d44524ff52f3f43a494221cd9dc50e0375 (patch) | |
tree | b9f8755f016f430b979252fb671ed4ef5395a0b2 | |
parent | e8030f5237cf018b1ae34245508acdd39ad01e0f (diff) |
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
-rwxr-xr-x | mirrorit | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -#!/nix/store/9ywr69qi622lrmx5nn88gk8jpmihy0dz-bash-4.4-p23/bin/bash +#!/usr/bin/env bash repository_url="$1" repository_destination="$2" |