mirror of
https://github.com/asdf-vm/asdf.git
synced 2024-12-25 12:55:09 -07:00
5 lines
70 B
Plaintext
5 lines
70 B
Plaintext
|
#!/usr/bin/env bash
|
||
|
|
||
|
# shellcheck disable=SC2020
|
||
|
tr <"$1" -d "dummy-"
|