OILS / jsontestsuite / parsers / test_oils.sh View on Github | oilshell.org

6 lines, 2 significant
1#!/usr/bin/env ysh
2
3REPO_ROOT=$(cd $(dirname $0)/../..; pwd)
4
5$REPO_ROOT/_bin/cxx-opt/osh -c 'json read' < "$1"
6