View Single Post
Old 01-25-2020, 12:45 AM   #13
mergen3107
Wizard
mergen3107 ought to be getting tired of karma fortunes by now.mergen3107 ought to be getting tired of karma fortunes by now.mergen3107 ought to be getting tired of karma fortunes by now.mergen3107 ought to be getting tired of karma fortunes by now.mergen3107 ought to be getting tired of karma fortunes by now.mergen3107 ought to be getting tired of karma fortunes by now.mergen3107 ought to be getting tired of karma fortunes by now.mergen3107 ought to be getting tired of karma fortunes by now.mergen3107 ought to be getting tired of karma fortunes by now.mergen3107 ought to be getting tired of karma fortunes by now.mergen3107 ought to be getting tired of karma fortunes by now.
 
mergen3107's Avatar
 
Posts: 1,514
Karma: 5000046
Join Date: Feb 2012
Location: Cape Canaveral
Device: Kindle Scribe
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?
mergen3107 is offline   Reply With Quote