setup.sh 396 B

12345678910111213141516171819
  1. #!/usr/bin/env bash
  2. # Copyright Beman Dawes, 2010
  3. # Distributed under the Boost Software License, Version 1.0.
  4. # See www.boost.org/LICENSE_1_0.txt
  5. echo Copying example programs...
  6. cp ../tut1.cpp .
  7. cp ../tut2.cpp .
  8. cp ../tut3.cpp .
  9. cp ../tut4.cpp .
  10. cp ../tut5.cpp .
  11. cp ../path_info.cpp .
  12. rm tut1 2>~/junk
  13. rm tut2 2>~/junk
  14. rm tut3 2>~/junk
  15. rm tut4 2>~/junk
  16. rm tut5 2>~/junk
  17. rm path_info 2>~/junk