[OT] automator ln to specified folder

Colin Holgate colinholgate at gmail.com
Thu Apr 14 23:53:01 EDT 2016


Thanks, that looked hopeful, but with this:

cd/Users/colin/myfolder
for f in "$@"
do
	ln "$f" "Plink-$(basename "$f")"
done

I still puts the links in the original folders.

I trie this too:


for f in "$@"
do
        cd/Users/colin/myfolder
	ln "$f" "Plink-$(basename "$f")"
done



> On Apr 14, 2016, at 11:18 PM, Mike Bonner <bonnmike at gmail.com> wrote:
> 
>  "Plink-$(basename "$f")"




More information about the use-livecode mailing list