Skip to content

Instantly share code, notes, and snippets.

@AmirhBeigi
AmirhBeigi / iranCityWithPrefixPhoneNumber.json
Created August 10, 2022 07:22
Iran city with prefix phone number
[
{
"name": "آذربایجان شرقی",
"code": "041"
},
{
"name": "آذربایجان غربی",
"code": "044"
},
{
@AmirhBeigi
AmirhBeigi / env.sh
Last active April 4, 2022 01:59
env.sh
#!/bin/bash
rm -rf ./env-config.js
touch ./env-config.js
echo "window._env_ = {" >> ./env-config.js
while read -r line || [[ -n "$line" ]];
do
if printf '%s\n' "$line" | grep -q -e '=' && printf '%s\n' "$line" | grep -q -e '^PUBLIC'; then
We couldn’t find that file to show.