bin/longass @ 0ba11224bd3d

Add weechat/certs/ca-bundle.crt to .hgignore.
author Steve Losh <steve@stevelosh.com>
date Sat, 20 Feb 2016 12:42:56 +0000
parents 4cb426ba4935
children (none)
#!/usr/bin/env python

import sys

if len(sys.argv) > 1:
    n = int(sys.argv[1]) - 1
else:
    n = 20

print r'''
_______
   \   \
    \   \
''',
print '     |   |\n' * n,
print r'''     |   |
    /   /
___/___/
'''