load_posix.sh 362 B

12345678910
  1. #!/usr/bin/env bash
  2. # Load posix directory from branches/release snapshot, using 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 posix 2>/dev/null
  6. svn export --non-interactive --native-eol LF http://svn.boost.org/svn/boost/branches/release posix
粤ICP备19079148号