Skip to content

Instantly share code, notes, and snippets.

@ysksn
Last active May 2, 2016 06:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ysksn/bc8978b6687094a2401d86625bc0f47b to your computer and use it in GitHub Desktop.
Save ysksn/bc8978b6687094a2401d86625bc0f47b to your computer and use it in GitHub Desktop.
#!/bin/sh
find /Users/virgo/Desktop/Liner台紙 -maxdepth 1 -type f -name "*.ai" |
while read LINE
do
open -a /Applications/Adobe\ Illustrator\ CS5.1/Adobe\ Illustrator.app $LINE
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment