From d75f319ea6f4e07a04bed8a5ca9ac506e9d3bd7a Mon Sep 17 00:00:00 2001 From: Fabio Manganiello Date: Fri, 3 Nov 2017 22:53:55 +0100 Subject: [PATCH] Removed runbullet start script, using entry_points to automatically generate the script instead --- runbullet/bin/runbullet | 8 -------- 1 file changed, 8 deletions(-) delete mode 100755 runbullet/bin/runbullet diff --git a/runbullet/bin/runbullet b/runbullet/bin/runbullet deleted file mode 100755 index 876f06cc..00000000 --- a/runbullet/bin/runbullet +++ /dev/null @@ -1,8 +0,0 @@ -#!python - -import runbullet - -runbullet.main() - -# vim:sw=4:ts=4:et: -