aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--run.ps112
-rwxr-xr-xrun.sh10
2 files changed, 21 insertions, 1 deletions
diff --git a/run.ps1 b/run.ps1
index 8b76260..3a7dc09 100644
--- a/run.ps1
+++ b/run.ps1
@@ -1,4 +1,14 @@
-Set-Location -Path (Split-Path -Parent $MyInvocation.MyCommand.Path) -ErrorAction Stop
+#
+# ██ ██████ ██ ██ ███ ██ ██████ ███████ ██
+# ██ ██ ██ ██ ██ ████ ██ ██ ██ ██ ███
+# ██ ██████ ██ ██ ██ ██ ██ ██████ ███████ ██
+# ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██
+# ██ ██ ██ ██ ██████ ██ ████ ██ ██ ███████ ██
+#
+# You can go to [https://catilgrass.github.io/run] to install it
+# ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+Set-Location -Path (Split-Path -Parent $MyInvocation.MyCommand.Path) -ErrorAction Stop
$tools = @{}
diff --git a/run.sh b/run.sh
index 9f045ce..cc03790 100755
--- a/run.sh
+++ b/run.sh
@@ -1,5 +1,15 @@
#!/bin/bash
+#
+# ██ ██████ ██ ██ ███ ██ ███████ ██ ██
+# ██ ██ ██ ██ ██ ████ ██ ██ ██ ██
+# ██ ██████ ██ ██ ██ ██ ██ ███████ ███████
+# ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██
+# ██ ██ ██ ██ ██████ ██ ████ ██ ███████ ██ ██
+#
+# You can go to [https://catilgrass.github.io/run] to install it
+# ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
cd "$(dirname "$0")" || exit 1
declare -A tools