aboutsummaryrefslogtreecommitdiff
path: root/run.sh
diff options
context:
space:
mode:
authorPridon Tetradze <[email protected]>2022-12-10 12:07:19 +0400
committerGitHub <[email protected]>2022-12-10 12:07:19 +0400
commitcb43f40f8f3c9e495f025359eed6e24a6542f47f (patch)
tree99ac12a50e997a78309d08b676b1a3d55e5d3096 /run.sh
parentc7e06f35d9f4b6ac685d59de0ea7d062f520d0e0 (diff)
downloadcountryfetch-cb43f40f8f3c9e495f025359eed6e24a6542f47f.tar.xz
countryfetch-cb43f40f8f3c9e495f025359eed6e24a6542f47f.zip
add progress logger (#11)
Diffstat (limited to 'run.sh')
-rwxr-xr-xrun.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/run.sh b/run.sh
index bbd8b74..0d62b77 100755
--- a/run.sh
+++ b/run.sh
@@ -1,4 +1,4 @@
#!/bin/sh
# Just a short-hand to run instead of typing it out in terminal during development
-deno run --allow-all --unstable "$@" ./index.ts \ No newline at end of file
+deno run --allow-all --unstable ./index.ts "$@" \ No newline at end of file