6 lines
147 B
Bash
Executable file
6 lines
147 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
CURRENT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
|
|
source "${CURRENT_DIR}/src/gruvbox-main.sh"
|
|
|
|
# vim: ai et ft=bash
|