X-Git-Url: https://git.kaliko.me/?a=blobdiff_plain;f=mpd-sima;fp=mpd-sima;h=e6157a2713a6bb58d6be6bd3f98756ae2e54fae3;hb=69d10d0f55740591a43f4f49e90e09785ab0675f;hp=0000000000000000000000000000000000000000;hpb=0236b2bf31b893ab0b53374c0d3a0bc0ab9deda3;p=mpd-sima.git diff --git a/mpd-sima b/mpd-sima new file mode 100644 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 +