I am on my way to finish this little project.
Sorry for a dumb question, but I can't declare an array in a script:
Code:
#!/bin/sh
vlocstep=(10 12)
The PuTTy terminal simply says " syntax error: unexpected "(" "
What am I doing wrong?
I need many arrays to input chapter locations. I am trying to write a script to launch from KUAL.
Should I just write everything in python?