:: Find python from an explicit location relative to the Emscripten SDK.
IFEXIST"%~dp0python\2.7.5.1_32bit\python"(
IFEXIST"%~dp0python\2.7.5.1_32bit\python.exe"(
"%~dp0python\2.7.5.1_32bit\python""%~dp0\emsdk"%*
GOTOend
)
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.