6 lines
66 B
Bash
Executable File
6 lines
66 B
Bash
Executable File
#!/run/current-system/sw/bin/bash
|
|
|
|
|
|
mkdir -p "$1"
|
|
cd "$1" || exit
|