Remove commented code

This commit is contained in:
The Magician 2023-12-07 15:31:01 +00:00
parent b9ba90d114
commit 7607234756
1 changed files with 0 additions and 8 deletions

View File

@ -25,14 +25,6 @@ function get_shell_files {
get_staged_files | grep --regexp=".*\.sh$" --regexp="\.bash.*$" --regexp="\.zsh.*$"
}
#function blah {
#
#while read -r file; do
#files[${files[@]}+1]="$file"
#done < <()
#}
function main {
check_dependencies_installed