protonscr

vrcmd bash-script contains ms-dos CR

steamvrclosed
ValveSoftware/SteamVR-for-Linux#22 · opened 2017-02-25 by Seegras · updated 2020-07-03 · 2 comments · github
SSeegras 2017-02-25 github

/SteamVR/bin$ ./vrcmd
bash: ./vrcmd: /bin/bash^M: bad interpreter: No such file or directory
That's a ms-dos carriage return there. Yuck!
It's fixed easily enough, tough:
SteamVR/bin$ flip -ub vrcmd

GGoofybud16 2020-06-02 github

It looks to me like vrcmd is now a native binary within SteamVR/bin/linux64

All of the shell scripts I see [within SteamVR/bin] appear to have correct, Unix line-endings.

Kkisak-valve maintainer 2020-07-03 github

Closing per the last comment.

Nothing extracted yet.