mkdir
This commit is contained in:
@@ -9,6 +9,7 @@ readonly MAIN_TAR_GZ_URL="https://git.artcode.re/miaou/miaou-bash/archive/main.t
|
||||
|
||||
function bootstrap {
|
||||
if [[ ! -d "$DESTINATION" ]]; then
|
||||
mkdir -p "$DESTINATION"
|
||||
local temp_dir
|
||||
temp_dir=$(mktemp -d)
|
||||
pushd "$temp_dir" || return 2
|
||||
|
||||
Reference in New Issue
Block a user