synergy-service/bin/synergy-service
Vincent Llorens 4bd94d9fbd add synergy CLI to bin/
Rename bin/synergy to bin/synergy-service.
Add the synergy client command as bin/synergy.

Impact changes to the packaging.

Change-Id: If3b6c3799906a40481c5e0fb4c67de2f6a0ccba9
2016-06-07 12:08:04 +02:00

11 lines
154 B
Python

#!/usr/bin/python
# PBR Generated from u'console_scripts'
import sys
from synergy.service import main
if __name__ == "__main__":
sys.exit(main())