Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…into Cog
  • Loading branch information
eliotmiranda committed Aug 17, 2016
2 parents 6c6ab27 + a9f2e94 commit 94d9213
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion image/buildsistareaderimage.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh -e
#!/bin/bash -e
# Build a Spur image that starts up in a simple REPL, which is
# really useful for VMMaker simulation testing.
. ./envvars.sh
Expand Down
2 changes: 1 addition & 1 deletion image/buildspurtrunk64image.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh -e
#!/bin/bash -e
. ./envvars.sh

test -f SpurVMMaker.image || ./buildspurtrunkvmmakerimage.sh
Expand Down
2 changes: 1 addition & 1 deletion image/buildspurtrunkreader64image.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh -e
#!/bin/bash -e
. ./envvars.sh

test -f spurreader.image || ./buildspurtrunkreaderimage.sh
Expand Down
2 changes: 1 addition & 1 deletion image/buildspurtrunkreaderimage.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh -e
#!/bin/bash -e
# Build a Spur image that starts up in a simple REPL, which is
# really useful for VMMaker simulation testing.
. ./envvars.sh
Expand Down
2 changes: 1 addition & 1 deletion image/buildspurtrunkvmmakerimage.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh -e
#!/bin/bash -e
. ./envvars.sh

./updatespurimage.sh
Expand Down
2 changes: 1 addition & 1 deletion image/getGoodCogVM.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh -e
#!/bin/bash -e
# Sets the VM env var to the r3692 Cog VM for the current platform.
# will download and install the VM in this directory if necessary.

Expand Down
2 changes: 1 addition & 1 deletion image/getGoodSpurNsvm.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh -e
#!/bin/bash -e
# Sets the VM env var to the r3692 Newspeak Spur VM for the current platform.
# will download and install the VM in this directory if necessary.

Expand Down
2 changes: 1 addition & 1 deletion image/getGoodSpurVM.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh -e
#!/bin/bash -e
# Sets the VM env var to the r3692 Cog Spur VM for the current platform.
# will download and install the VM in this directory if necessary.

Expand Down
2 changes: 1 addition & 1 deletion image/resizesqueakwindow.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh -e
#!/bin/bash -e
if [ $# -ne 3 ]; then
echo "Usage: `basename $0` <image> <width> <height>"
exit 1
Expand Down
2 changes: 1 addition & 1 deletion image/updatespurimage.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh -e
#!/bin/bash -e
# Update the latest Spur image.
. ./envvars.sh

Expand Down
2 changes: 1 addition & 1 deletion image/updatevmmakerimage.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh -e
#!/bin/bash -e
# Update the latest Spur image.
. ./envvars.sh

Expand Down
2 changes: 1 addition & 1 deletion image/uploadspurimage.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh -e
#!/bin/bash -e
# Upload a trunk46-spur.image/.changes to mirandabanda.org
[email protected]
RemoteRoot=mirandabanda.org/files/Cog/SpurImages
Expand Down

0 comments on commit 94d9213

Please sign in to comment.