Skip to content

Commit

Permalink
I added a script to call the correct script for loading Woden 2.
Browse files Browse the repository at this point in the history
  • Loading branch information
ronsaldo committed Feb 23, 2017
1 parent 8f58b28 commit 36bfeb7
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions loadWoden2Image.sh
@@ -0,0 +1,9 @@
#!/bin/bash

if test `uname` = "Darwin"; then
# On MacOS X, Metal works only on 64 bits mode. Avoid using the 64 bits VM, because
# it is not completely stable yet.
bash ./loadWoden2Image64.sh $@
else
bash ./loadWoden2Image32.sh $@
fi

0 comments on commit 36bfeb7

Please sign in to comment.