3 lines
120 B
Bash
Executable file
3 lines
120 B
Bash
Executable file
#!/bin/bash
|
|
CURRENT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
|
source "${CURRENT_DIR}/src/gruvbox-main.sh"
|