4bd94d9fbd
Rename bin/synergy to bin/synergy-service. Add the synergy client command as bin/synergy. Impact changes to the packaging. Change-Id: If3b6c3799906a40481c5e0fb4c67de2f6a0ccba9
11 lines
159 B
Python
11 lines
159 B
Python
#!/usr/bin/python
|
|
# PBR Generated from u'console_scripts'
|
|
|
|
import sys
|
|
|
|
from synergy.client.shell import main
|
|
|
|
|
|
if __name__ == "__main__":
|
|
sys.exit(main())
|