#!/bin/bash # Shortcut to stop server. It must be already built. if [[ "$OSTYPE" == "darwin"* ]]; then OS='macosx-universal-64' else OS='linux-x86-64' fi sh sonar-application/target/sonarqube-*/bin/$OS/sonar.sh stop .css'/>
summaryrefslogtreecommitdiffstats
path: root/lib/public/Contacts/ContactsMenu/ILinkAction.php
blob: 4e29f757c26a9f9b3796e0344ae11fd37c5051ec (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43