#!/bin/bash

echo "Current directory $PWD"

if  command -v ea-php81 &> /dev/null; then
  cphp=ea-php81
else
  cphp=php
fi

echo $($cphp artisan wa:create --phone_number=6592361383 --display_name='Kitkat' --meta_bm_id=945779892110204 --wa_api_token=EACFlNgcci60BOZBR6VNX28OJLVC26iMWPuhSb8uX7Q2S9ZAsUoiyekZBALbhNyfQUAYa6vbF9TS3i0Pfh3ENvB4Q2e7MuyLMvZBWuClssZAwC5Y9WxrIRrswu40EAmlCBNyM6ndgFgNnC6yzgMnifGLPJQh0TBqfRjIUsiDQADngS41f9lwdM5pTIxVkZC7gOVDHMfRg3Lzwcb6OlFgPUWY0xAtFPJZBsxZCpwkZD  --wa_phone_number_id=566104279924162 --wa_business_account_id=547645337662252 --es_domain=kitkat.skale.today --es_api_token=814unMsBjW98Q7xDTFR0z7jSZ6XPYtbdFbEY3vZ01TGjv1SyOjktvVm9UAIJ --slack_webhook_url='https://hooks.slack.com/services/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' --notify_emails=wilson.santacruz@growthdesk.dev --brand_name='Kitkat' --organization_name_chatbot=0 --faq_link=0 --tnc_link=0 --explore_brand_link=0 --cs_email=0 --cs_hotline=0 --specific_wf='Database\Seeders\KitKatSGStandardJourney' --is_soft_delete=true)
