feat: make script properly executable
This commit is contained in:
parent
a763c653bd
commit
fd0e30bca2
1 changed files with 3 additions and 0 deletions
3
wichteln.py
Normal file → Executable file
3
wichteln.py
Normal file → Executable file
|
@ -1,3 +1,6 @@
|
|||
#!/usr/bin/env python3
|
||||
# -*- coding: utf-8 -*-
|
||||
|
||||
'''
|
||||
This script creates randoms pairs from a list of participants in a secret santa
|
||||
game and sends them an email to notify them who the person is that they should
|
||||
|
|
Loading…
Reference in a new issue