James Patrick
649b158166
lib will be more accurate since a lot of these aren't going to be bin stubs.
9 lines
156 B
Bash
Executable File
9 lines
156 B
Bash
Executable File
#!/bin/sh
|
|
|
|
local_hook="$HOME"/.git_template.local/hooks/post-merge
|
|
[ -f "$local_hook" ] && . "$local_hook"
|
|
|
|
.git/hooks/ctags >/dev/null 2>&1 &
|
|
|
|
make update
|