forked from colonelpanic/dotfiles
10 lines
180 B
Bash
Executable File
10 lines
180 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
THIS_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
|
source "$THIS_DIR/../util.sh"
|
|
|
|
if readme_was_updated; then
|
|
update_index
|
|
commit_index_changes
|
|
fi
|