Skip to content

Commit

Permalink
Adds Shebang
Browse files Browse the repository at this point in the history
Keeps the Shell from interpreting this as Bash
  • Loading branch information
chalbersma authored Jan 30, 2020
1 parent 9484afd commit dc85176
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tools/maillist_admin.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#!/usr/bin/env python

# TODO list all mailing list accounts
# - if `backend` is `bk_none`, list all accounts under mlmmj spool directory.
# - if `backend` is not `bk_none`, query from backend.
Expand Down

0 comments on commit dc85176

Please sign in to comment.