mirror of
https://github.com/YunoHost-Apps/dolibarr_ynh.git
synced 2024-09-03 18:35:53 +02:00
10 lines
348 B
Bash
Executable file
10 lines
348 B
Bash
Executable file
#!/bin/bash
|
|
#---------------------------------------------------------
|
|
# Script to launch Ekiga softphone.
|
|
# This script can be used to setup a ClickToDial system
|
|
# when using Ekiga soft phone.
|
|
# More information on http://wiki.dolibarr.org/index.php/Module_ClickToDial_En
|
|
#---------------------------------------------------------
|
|
|
|
ekiga -c $1 &
|
|
|