Unable to set variables in bash script in Mac OSX
- by cohortq
Hello! I am attempting to automate moving files from a folder to a new folder automatically every night using a bash script run from applescript on a schedule. I am attempting to write a bash script on Mac OSX, and it keeps failing. In short this is what I have (all my ECHOs are for error checking):
!/bin/bash
folder = "ABC"
useracct = 'test'
day…