aboutsummaryrefslogtreecommitdiff
path: root/run.sh
diff options
context:
space:
mode:
authorFridon <[email protected]>2022-06-22 00:01:18 +0400
committerFridon <[email protected]>2022-06-22 00:01:18 +0400
commitcab126423c647aeac1a2a692b4918772d4e56150 (patch)
treeb56c0a4f08af73f97d52af1b751a6409f20552c3 /run.sh
parent336862f977962d3cbb88e9b7bcf288045c377ac5 (diff)
downloadcountryfetch-cab126423c647aeac1a2a692b4918772d4e56150.tar.xz
countryfetch-cab126423c647aeac1a2a692b4918772d4e56150.zip
add find by capital
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 ee6de8f..022608a 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 termina during development
+# Just a short-hand to run instead of typing it out in terminal during development
deno run --allow-all ./main.ts "$@" \ No newline at end of file