syntax-prosody-ot / main

A webapp for the syntax-prosody analyst working in Optimality Theory, with automated Gen, Con and Eval. Download build files from syntax-prosody-ot/build
https://spot.sites.ucsc.edu/
GNU General Public License v2.0
12 stars 2 forks source link

Tree files script #576

Closed sz245 closed 3 years ago

sz245 commented 3 years ago

I built the shell and bat scripts and I think it is working correctly but I can't run the shell script I built because it kept stating permission denied when I tried to run it. I tried testing it from the jsbuild.sh and it seems to be running and the files are in the correct place but I am not sure how to test it from there.

I also accidentally created duplicate branches named JS-tree-GUI and tree-build-script. I don't have the permission to delete them so if you could delete them, that would be great.

jbellik commented 3 years ago

Ah yes, I ran into this issue the other week when I created the mochabuild.sh script. By default, .sh scripts on Unix systems are created without execution permissions. You can do a chmod on your script to give yourself execute permissions. Here's an example page about this in case you're not familiar with chmod: https://kb.iu.edu/d/abdb

I deleted those extra branches.