LibCST/native/roundtrip.sh
2022-02-01 11:13:17 +00:00

10 lines
270 B
Bash
Executable file

#!/bin/bash
# Copyright (c) Meta Platforms, Inc. and affiliates.
#
# This source code is licensed under the MIT license found in the
# LICENSE file in the root directory of this source tree.
PARSE=$(dirname $0)/target/release/parse
exec diff -u "$1" <($PARSE < "$1")