Remove commented code
This commit is contained in:
parent
b9ba90d114
commit
7607234756
|
@ -25,14 +25,6 @@ function get_shell_files {
|
||||||
get_staged_files | grep --regexp=".*\.sh$" --regexp="\.bash.*$" --regexp="\.zsh.*$"
|
get_staged_files | grep --regexp=".*\.sh$" --regexp="\.bash.*$" --regexp="\.zsh.*$"
|
||||||
}
|
}
|
||||||
|
|
||||||
#function blah {
|
|
||||||
#
|
|
||||||
|
|
||||||
#while read -r file; do
|
|
||||||
#files[${files[@]}+1]="$file"
|
|
||||||
#done < <()
|
|
||||||
#}
|
|
||||||
|
|
||||||
function main {
|
function main {
|
||||||
check_dependencies_installed
|
check_dependencies_installed
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue