8 lines
84 B
Bash
Executable File
8 lines
84 B
Bash
Executable File
#!/bin/zsh
|
|
|
|
# Description: Start an interactive zsh shell.
|
|
|
|
export nnn="$1"
|
|
|
|
zsh -i
|