This website works better with JavaScript
Home
Esplora
Aiuto
Accedi
sjjaffe
/
dotfiles
Segui
1
Vota
0
Forka
0
File
Problemi
0
Pull Requests
0
Wiki
Albero (Tree):
146215ec7f
Rami (Branch)
Tag
master
dotfiles
/
resources
/
pre-commit-all.hook
pre-commit-all.hook
84 B
Cronologia
Originale
1
2
3
4
5
#!/bin/bash
for file in .git/hooks/pre-commit.d/*; do
bash "${file}" "${1}"
done