5 lines
51 B
Bash
Executable File
5 lines
51 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
mkdir -p "$1"
|
|
cd "$1" || exit
|