diff options
| author | Fridon <[email protected]> | 2022-06-21 22:56:51 +0400 |
|---|---|---|
| committer | Fridon <[email protected]> | 2022-06-21 22:56:51 +0400 |
| commit | 9e941040b9e3e16b05c3e5309619e5885de183a1 (patch) | |
| tree | 8d16bd4e35f81ae72c9a4cda6c9750ef76f4ab8e /install.sh | |
| parent | 5f17dfba0040b240f7d79f12420331ae62071bfb (diff) | |
| download | countryfetch-9e941040b9e3e16b05c3e5309619e5885de183a1.tar.xz countryfetch-9e941040b9e3e16b05c3e5309619e5885de183a1.zip | |
fix search limitation, add help option and minor changes
Diffstat (limited to 'install.sh')
| -rwxr-xr-x | install.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,3 +1,3 @@ #!/bin/sh -deno install --allow-all ./main.ts
\ No newline at end of file +deno install --allow-all "$@" ./main.ts
\ No newline at end of file |
