]> kaliko git repositories - mpd-sima.git/blobdiff - mpd-sima
Packaging refactoring
[mpd-sima.git] / mpd-sima
diff --git a/mpd-sima b/mpd-sima
new file mode 100644 (file)
index 0000000..e6157a2
--- /dev/null
+++ b/mpd-sima
@@ -0,0 +1,10 @@
+#!/usr/bin/env python3
+# -*- coding: utf-8 -*-
+
+# Script starts here
+from sima.launch import main
+main()
+
+# VIM MODLINE
+# vim: ai ts=4 sw=4 sts=4 expandtab
+