diff sources/toys/native-build.sh @ 1538:29109240fd6d

Comment tweaks, and make run-emulator.sh use bash.
author Rob Landley <rob@landley.net>
date Wed, 29 Aug 2012 21:52:23 -0500
parents 8e10d025f1a5
children e78cb789519b
line wrap: on
line diff
--- a/sources/toys/native-build.sh	Wed Aug 29 21:49:42 2012 -0500
+++ b/sources/toys/native-build.sh	Wed Aug 29 21:52:23 2012 -0500
@@ -1,7 +1,8 @@
 #!/bin/bash
 
-# Launch a system image in the emulator with a control image to drive an
-# automated native build, plus an FTP server on the host to upload results to.
+# Wrapper around dev-environment.sh which runs an automated native build
+# using a control image, and sets up an FTP server on the host to upload
+# results to.
 
 # If you already have an FTP server, export FTP_SERVER and/or FTP_PORT.