diff options
| author | Pridon Tetradze <[email protected]> | 2022-12-10 12:07:19 +0400 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-12-10 12:07:19 +0400 |
| commit | cb43f40f8f3c9e495f025359eed6e24a6542f47f (patch) | |
| tree | 99ac12a50e997a78309d08b676b1a3d55e5d3096 /run.sh | |
| parent | c7e06f35d9f4b6ac685d59de0ea7d062f520d0e0 (diff) | |
| download | countryfetch-cb43f40f8f3c9e495f025359eed6e24a6542f47f.tar.xz countryfetch-cb43f40f8f3c9e495f025359eed6e24a6542f47f.zip | |
add progress logger (#11)
Diffstat (limited to 'run.sh')
| -rwxr-xr-x | run.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
