blob: 4dd7faed938975097a8f77d08175aae8f6d5fcb3 (
plain)
1
2
3
4
5
|
#!/bin/sh
DBUS_RUNNER="/home/ted/Development/dbus-play/dbus-test-runner --dbus-config /home/ted/Development/dbus-play/session.conf"
${DBUS_RUNNER} --task ./test-thousand-indicators-client --task-name Client --task ./test-thousand-indicators-server --task-name Server
|