mirror of
https://github.com/python/cpython.git
synced 2026-04-16 00:31:03 +00:00
3 lines
125 B
Bash
Executable file
3 lines
125 B
Bash
Executable file
#!/bin/bash
|
|
# Redirect to new location
|
|
exec "$(dirname "$0")/../../../../Platforms/emscripten/browser_test/run_test.sh" "$@"
|