3 repeat with i from 1 to count of names
4 set fileNames to fileNames & {quoted form of (POSIX path of (item i of names))}
7 set fifoLocation to " >> ~/sinfg/fifo"
9 repeat with fileName in fileNames
10 set cmdLine to {"echo O " & fileName & fifoLocation}
11 do shell script cmdLine