mirror of https://github.com/dnomd343/IANA-TLD
Dnomd343
3 years ago
7 changed files with 110636 additions and 1264 deletions
@ -1,5 +1,15 @@ |
|||
rm -rf /temp |
|||
cd ./src |
|||
php main.php |
|||
cd ../ |
|||
rm -rf ./html |
|||
mv ./temp ./html |
|||
cd ../temp |
|||
if [ ! -f "success" ]; then |
|||
echo -e "\033[31merror\033[0m" |
|||
cd .. |
|||
rm -rf temp/ |
|||
exit 0 |
|||
fi |
|||
rm success |
|||
cat tldInfo.min.json | jq . > tldInfo.json |
|||
cd .. |
|||
rm -rf release/ |
|||
mv temp/ release/ |
|||
|
@ -1 +0,0 @@ |
|||
2021-08-16 |
Binary file not shown.
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because it is too large
Loading…
Reference in new issue