diff --git a/SwarselSystems.org b/SwarselSystems.org index 6839c4e..7e25d58 100644 --- a/SwarselSystems.org +++ b/SwarselSystems.org @@ -18252,6 +18252,9 @@ This script allows for quick git replace of a string. exit 0 } + target_files=false + target_repo=false + target_dirs=false while [[ $# -gt 0 ]]; do case "$1" in -f | --filenames) diff --git a/pkgs/git-replace/default.nix b/pkgs/git-replace/default.nix index ec0a481..2ec008b 100644 --- a/pkgs/git-replace/default.nix +++ b/pkgs/git-replace/default.nix @@ -19,6 +19,9 @@ writeShellApplication { exit 0 } + target_files=false + target_repo=false + target_dirs=false while [[ $# -gt 0 ]]; do case "$1" in -f | --filenames)