kalaschnik / adobe-fonts-revealer

⚜️ Copy Adobe Fonts (OTF) to your Downloads directory

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WSL reports "reveal: 6: do unexpected

josemunizdev opened this issue · comments

For WSL, the commands to make the sh file work are as follows:
chmod +x reveal
./reveal
Else it doesn't work with the instructions provided.

Running sh reveal actually does not need an execute flag in chmod, since the shebang is set. If you just want to run the file with ./reveal you indeed need the x flag