Skip to content

Commit d8955e1

Browse files
committed
disable script
1 parent 46d267d commit d8955e1

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

bin/mirror_with_wget.sh

+5
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@ set -o errtrace
33
set -o nounset
44

55

6+
# SCRIPT DISABLED
7+
echo 'ERROR: script disabled' 1>&2
8+
exit 1
9+
10+
611
function _change_to_repo_dir {
712
cd "${0%/*}/.." >/dev/null
813
}

0 commit comments

Comments
 (0)