nvm/test/fast/setup_dir

13 lines
189 B
Bash
Executable File

#!/bin/sh
(
cd ../..
# Back up
type setopt >/dev/null 2>&1 && setopt NULL_GLOB
type shopt >/dev/null 2>&1 && shopt -s nullglob
mkdir -p bak
mv v* src alias bak || sleep 0s
)