This website works better with JavaScript.
Почетна
Преглед
Помоћ
Пријавите Се
TechnikNews
/
PublicAPIs
огледало од
https://github.com/public-apis/public-apis
Прати
1
Волим
2
Креирај огранак
0
Код
Дискусије
0
Издања
0
Вики
Activity
Преглед изворни кода
use verbose equals in bash
pull/530/head
davemachado
пре 7 година
родитељ
5e51c8b15f
комит
e0ffb2ff62
1 измењених фајлова
са
1 додато
и
1 уклоњено
Подељен поглед
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
build/main.sh
+ 1
- 1
build/main.sh
Прегледај датотеку
@@ -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
Write
Preview
Loading…
Откажи
Сачувај