mirror of
https://github.com/o0th/tmux-nova.git
synced 2026-09-10 07:16:28 -04:00
4 lines
120 B
Bash
Executable file
4 lines
120 B
Bash
Executable file
#!/usr/bin/env bash
|
|
current_dir="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
|
source $current_dir/scripts/nova.sh
|