diff options
Diffstat (limited to 'run.sh')
| -rwxr-xr-x | run.sh | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -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 |
