diff options
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/poezio | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/scripts/poezio b/scripts/poezio new file mode 100755 index 00000000..665edcaa --- /dev/null +++ b/scripts/poezio @@ -0,0 +1,4 @@ +#!/usr/bin/python3 + +from poezio import main +main() |