Sign in
apache
/
parquet-java
/
refs/heads/fix_null_stats
/
.
/
parquet-tools
/
src
/
main
/
scripts
/
parquet-dump
blob: 2ab3191257cae4f40fb8adf1787b040191513de0 [
file
] [
log
] [
blame
]
#!/usr/bin/env bash
# The name of the top-level script
TOPSCRIPT
=
"parquet-tools"
# Determine the path to the script's directory
APPPATH
=
$
(
cd
"$(dirname "
$0
")"
;
pwd
-
P
)
# Run the application
exec
"${APPPATH}/${TOPSCRIPT}"
dump
"$@"