asdf_container/asdf
James Harton 1443578305
All checks were successful
continuous-integration/drone/push Build is passing
chore: provide a simple asdf wrapper script.
2023-07-19 17:52:55 +12:00

4 lines
46 B
Bash
Executable file

#!/bin/bash
source ~/.asdf/asdf.sh
exec "$@"