mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-06 09:38:23 +01:00
# Qual: Ignore most shellcheck annotations, fix some Most shellcheck annotations are ignored - this is to make sure that ci can work for existing scripts. Some fixes were applied. pre-commit script was beautyfied by temporarily suppressing the IFS= expression on 2 lines.
11 lines
365 B
Bash
Executable File
11 lines
365 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 with Dolibarr.
|
|
# More information on https://wiki.dolibarr.org/index.php/Module_ClickToDial_En
|
|
#---------------------------------------------------------
|
|
|
|
ekiga -c "$1" &
|
|
|