Tämä sivusto toimii paremmin JavaScriptillä.
Etusivu
Tutki
Apua
Kirjaudu sisään
TechnikNews
/
PublicAPIs
peilaus alkaen
https://github.com/public-apis/public-apis
Tarkkaile
1
Äänestä
2
Fork
0
Koodi
Ongelmat
0
Julkaisut
0
Wiki
Toiminta
Selaa lähdekoodia
use verbose equals in bash
pull/530/head
davemachado
7 vuotta sitten
vanhempi
5e51c8b15f
commit
e0ffb2ff62
1 muutettua tiedostoa
jossa
1 lisäystä
ja
1 poistoa
Jaettu näkymä
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
build/main.sh
+ 1
- 1
build/main.sh
Näytä tiedosto
@@ -20,7 +20,7 @@ fi
echo "checking if /json was changed..."
egrep "\+{3}\s.\/json\/" diff.txt > json.txt
if [
[$? == 0]
]; then
if [
$? -eq 0
]; then
echo "JSON files are auto-generated! Please do not update these files:"
cat json.txt
exit 1
Kirjoita
Esikatselu
Ladataan…
Peruuta
Tallenna