mirror of
https://expo.survex.com/repositories/expoweb/.git/
synced 2024-11-22 07:11:55 +00:00
9 lines
273 B
Bash
9 lines
273 B
Bash
# This software is MIT licensed
|
|
# by Radost Waszkiewicz 2023
|
|
#
|
|
# This script combines chunks of javascript into
|
|
# one javascript file to be used by a web tool.
|
|
|
|
python3 extract_height_data.py > constants.jsp
|
|
cat height_from_utm_chunk.jsp constants.jsp > height_from_utm.js
|