Update mutt/offlineimap.py
replaced sjl username with `whoami` for general purpose user detection
author |
fpischedda <francesco.pischedda@gmail.com> |
date |
Tue, 02 Oct 2012 12:47:37 +0300 |
parents |
db4d0e62bcdb |
children |
4e1d6d6873fe |
#!/usr/bin/env python
import sys
if len(sys.argv) > 1:
n = int(sys.argv[1])
else:
n = 20
print r'''
/\___/\
/ \
| o o |
\ # |
\ _|_ /
/ \______
/ _______ ___ \
|_____ \ \__/
| \__/
| |
''',
print ' | |\n' * n,
print r''' | |
/ \
/ ____ \
| / \ |
| | | |
/ | | \
\__/ \__/
'''