6 lines
102 B
Bash
Executable file
6 lines
102 B
Bash
Executable file
#!/bin/sh
|
|
set -e
|
|
cd "$(dirname "$(realpath "$0")")"
|
|
|
|
|
|
PROFILE=true ../src/simulation.ts --target=aies
|