Created
October 6, 2014 22:32
-
-
Save mmmaly/7a02d765b08827913254 to your computer and use it in GitHub Desktop.
update stands command
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
for i in *.jpg; do s=${i%.jpg}; echo UPDATE stands set standPhoto=\"stands/$s.jpg\" where standName=\"$s\"\; ; done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment