repo.or.cz
/
ProtonMail-WebClient.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge branch 'feat/inda-383-daily-stat' into 'main'
[ProtonMail-WebClient.git]
/
packages
/
i18n
/
scripts
/
build.sh
blob
1ad15c7418b162b1022137d4266def883c154846
1
#!/usr/bin/env bash
2
set -eo
pipefail
3
4
if
[ !
-d
"/tmp/sourcemapper"
];
then
5
echo
"Cloning sourcemapper"
6
git clone \
7
--quiet
\
8
--single-branch
\
9
--depth
1
\
10
https
://
github.com
/
dhoko
/
sourcemapper.git
"/tmp/sourcemapper"
;
11
else
12
echo
"sourcemapper initialised"
13
fi
;