
* refactor: separate lint shfmt and shellcheck * feat: add simple github action task * fix: linting bash files according to shfmt * feat: move main method dedicated shell file * feat: update changelog entry
5 lines
74 B
Bash
Executable file
5 lines
74 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
source "./src/gruvbox-main.sh"
|
|
|
|
# vim: ai et ft=bash
|