1
0
This commit is contained in:
Jeff Lance 2024-05-07 23:17:46 +02:00
parent 4ae6d7a617
commit 5c9e642794
4 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
#!/usr/bin/env bash
#!{{ lookPath "bash" }}
# Load asdf
. "$HOME/.asdf/asdf.sh"

View File

@ -1,4 +1,4 @@
#!/usr/bin/env bash
#!{{ lookPath "bash" }}
# Logging function
log() {

View File

@ -1,4 +1,4 @@
#!/usr/bin/env bash
#!{{ lookPath "bash" }}
# Load asdf
# as we need cargo and it is installed from

View File

@ -1,4 +1,4 @@
#!/usr/bin/env bash
#!{{ lookPath "bash" }}
# Logging function
log() {