mirror of
https://github.com/danog/jit_bugs.git
synced 2024-11-26 12:04:52 +01:00
6 lines
135 B
Bash
Executable File
6 lines
135 B
Bash
Executable File
#!/bin/bash -e
|
|
|
|
php bugs/classmap_gen.php
|
|
|
|
docker run -v $PWD:/app -w /app --rm --privileged -it asan_tests php /app/bugs/classmap.php
|