Merge branch 'master' of git.covalent.cz:overwatch/over

This commit is contained in:
Martinez 2015-08-12 18:05:22 +02:00
commit ca1041c39b

View file

@ -8,7 +8,7 @@ elif [[ -n "$1" ]]; then
ln -s "$OVER_DIR"
cp "$OVER_DIR/template.py" "$1"
chmod +x "$1"
echo "over" >> .gitignore
echo "over\n__pycache__" >> .gitignore
else
echo '!! Missing argument (program name).'
fi