root directory non hidden files

old-commit-hash: 012535a84e
This commit is contained in:
George Hotz
2020-01-17 10:22:00 -08:00
parent db5942333a
commit 06c6ee312b
26 changed files with 1842 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
#!/usr/bin/env sh
if [ -z $(which flake8) ]; then
echo "Installing flake8"
sudo pip install flake8
fi
echo "Setting up commit hook"
cp -u --remove-destination pre-commit.sh .git/hooks/pre-commit