summaryrefslogtreecommitdiff
path: root/ybd.py
diff options
context:
space:
mode:
authorAdam Coldrick <adam.coldrick@codethink.co.uk>2015-06-09 11:40:35 +0000
committerAdam Coldrick <adam.coldrick@codethink.co.uk>2015-06-09 11:54:18 +0000
commitf6d33f6149b1cade84c576a6e822e982c92e0dc2 (patch)
tree3a036af7878515527f4a2dfbd3a856982dec8941 /ybd.py
parent256e6a51d2b4f1bb1db0825cd36980dfbf1bc4c4 (diff)
downloadybd-f6d33f6149b1cade84c576a6e822e982c92e0dc2.tar.gz
Add a shebang in ybd.py so it can be run directly
Diffstat (limited to 'ybd.py')
-rwxr-xr-xybd.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/ybd.py b/ybd.py
index a7b377c..500f6ed 100755
--- a/ybd.py
+++ b/ybd.py
@@ -1,3 +1,4 @@
+#!/usr/bin/env python
# Copyright (C) 2014-2015 Codethink Limited
#
# This program is free software; you can redistribute it and/or modify