platypush/runbullet/bin/runbullet

9 lines
67 B
Plaintext
Raw Normal View History

2017-11-03 15:06:29 +01:00
#!python
import runbullet
runbullet.main()
# vim:sw=4:ts=4:et: