load_windows.sh 373 B

12345678910
  1. #!/usr/bin/env bash
  2. # Load windows directory from branches/release snapshot, using CR/LF line termination
  3. # Copyright 2008 Beman Dawes
  4. # Distributed under the Boost Software License, Version 1.0. See http://www.boost.org/LICENSE_1_0.txt
  5. rm -r -f windows 2>/dev/null
  6. svn export --non-interactive --native-eol CRLF http://svn.boost.org/svn/boost/branches/release windows
粤ICP备19079148号