4 lines
101 B
Bash
Executable file
4 lines
101 B
Bash
Executable file
#!/usr/bin/env sh
|
|
d="$(command ls "$ENV_PATH" | sk)" && \
|
|
tmux-lyte-session "env-$d" "$ENV_PATH/$d"
|