diff options
author | James Meyer <james.meyer@operamail.com> | 2009-01-13 05:34:44 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2009-01-13 05:34:44 (GMT) |
commit | e771b02c07f101cd83aeb4d033013bf1e39aba92 (patch) | |
tree | 4a8748d7a0ace30e9ac3a5bec1cf5e100b3abdba /build_tools | |
parent | 5a7a243ac39a23bd40c111662a0cde9b42a05c93 (diff) | |
download | linhes_dev-e771b02c07f101cd83aeb4d033013bf1e39aba92.zip |
print out the date when finished making iso.
Diffstat (limited to 'build_tools')
-rwxr-xr-x | build_tools/go.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build_tools/go.sh b/build_tools/go.sh index 4fe631e..9cd9d1e 100755 --- a/build_tools/go.sh +++ b/build_tools/go.sh @@ -29,3 +29,4 @@ echo "Running ./mklarch -f -p larch/profiles/$profile" time ./mklarch -f -c /tmp/$profile -p larch/profiles/$profile echo "your $profile iso has been moved to /tmp/testcd-2.iso" mv /home/larchroot/.larch/mylivecd.iso /tmp/testcd-2.iso +date |