snapshot.sh 373 B

12345678910111213141516
  1. #!/usr/bin/env bash
  2. # © Copyright 2008 Beman Dawes
  3. # Distributed under the Boost Software License, Version 1.0.
  4. # See http://www.boost.org/LICENSE_1_0.txt
  5. sleep 5s
  6. echo Using $BOOST_TRUNK as boost trunk
  7. date
  8. $BOOST_TRUNK/tools/release/snapshot_posix.sh
  9. date
  10. $BOOST_TRUNK/tools/release/snapshot_windows.sh
  11. date
  12. $BOOST_TRUNK/tools/release/snapshot_inspect.sh
  13. date
  14. sleep 5s
粤ICP备19079148号