Merge branch 'master' of git.covalent.cz:overwatch/over
This commit is contained in:
commit
ca1041c39b
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue