perliedman / ocad2geojson

JavaScript OCAD file reader and exporter for GeoJSON, SVG and Mapbox Style Spec
https://www.liedman.net/ocad2geojson/
GNU Affero General Public License v3.0
39 stars 4 forks source link

Add shebang line to ocad-tool executable #21

Closed aopheim closed 11 months ago

aopheim commented 11 months ago

When running ocad-tool from the command-line, ocad-tool.js would open in my text editor for editing, not executing the script. Adding the shebang line to point to the Node executable for the ocad-tool.js to execute. Tested to work locally on Windows after running npm install in to ocad2geojson root.

perliedman commented 11 months ago

Thanks!