fast-nvm.sh: remove #!/bin/sh

This commit is contained in:
Guilherme Rugai Freire 2021-08-20 17:34:04 -03:00
parent a7eb216330
commit 4a466129dd
No known key found for this signature in database
GPG Key ID: 0F9FE41723A8A297

View File

@ -1,5 +1,3 @@
#!/bin/sh
locate_nvmrc() {
locate -w .nvmrc | xargs -I'{}' realpath --relative-to=. '{}' | awk '/^(\.\.\/)*\.nvmrc$/ {print $0}' | sort | xargs -I'{}' realpath '{}'
}