diff options
author | Olivier Gayot <olivier.gayot@sigexec.com> | 2020-12-21 19:29:02 +0100 |
---|---|---|
committer | Olivier Gayot <olivier.gayot@sigexec.com> | 2020-12-21 19:29:02 +0100 |
commit | 4e62c77aaaa1cc861123048fc10fecac3f85063f (patch) | |
tree | 324ce02299ff999f8eb5d9ef30c6f68add004ed9 /cameltris.py | |
parent | 83384066690ddd70acc7b33574579a5a7bf83ec2 (diff) |
make the game executable
Signed-off-by: Olivier Gayot <olivier.gayot@sigexec.com>
Diffstat (limited to 'cameltris.py')
-rwxr-xr-x[-rw-r--r--] | cameltris.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cameltris.py b/cameltris.py index 4fd144a..ea97fd5 100644..100755 --- a/cameltris.py +++ b/cameltris.py @@ -1,3 +1,5 @@ +#!/usr/bin/env python3 + import pygame |