8 lines
186 B
Bash
8 lines
186 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
bld_path="$(dirname $(realpath "$0"))"/bld
|
||
|
source "$bld_path/bld_core.sh"
|
||
|
|
||
|
bld_print_implicit_opts
|
||
|
bld_unit $src_path/standalone_srgb_antialiasing_experiments.c experiments
|