work from any dir yaayyy

This commit is contained in:
Shihaam Abdul Rahman 2022-10-16 16:32:27 +05:00
parent 4f7d18cea5
commit e6327094ce
Signed by: shihaam
GPG Key ID: 3B007D22E5584980

View File

@ -1,4 +1,5 @@
#!/bin/bash #!/bin/bash
cd "$(dirname "${BASH_SOURCE[0]}")" >/dev/null 2>&1
COUNT=0 COUNT=0
while true; while true;
do do