diff options
| author | 2026-02-23 20:36:05 +0100 | |
|---|---|---|
| committer | 2026-02-23 20:36:05 +0100 | |
| commit | 052144cabb126efe925a96f8a0597a0f2005d206 (patch) | |
| tree | 4fd87244b9eef018b30e90fdff24c5b1a145a85e /test/external/metalang99/scripts/open-docs.sh | |
| parent | 4e9020dfb847d80475415f9f5914efaa50238767 (diff) | |
add metalang99 testsuite (preprocessor stress testing)
Diffstat (limited to 'test/external/metalang99/scripts/open-docs.sh')
| -rwxr-xr-x | test/external/metalang99/scripts/open-docs.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/external/metalang99/scripts/open-docs.sh b/test/external/metalang99/scripts/open-docs.sh new file mode 100755 index 0000000..ae3e4b5 --- /dev/null +++ b/test/external/metalang99/scripts/open-docs.sh @@ -0,0 +1,3 @@ +#!/bin/bash + +xdg-open _build/html/index.html |