1#!/bin/sh 2# $NetBSD: prepare-import.sh,v 1.4 2021/05/30 01:56:59 joerg Exp $ 3# 4# Checkout libcxxrt in the corresponding subdirectories of 5# dist. Run this script and check for additional files and 6# directories to prune, only relevant content should be included. 7 8set -e 9 10cd ../libcxxrt 11rm -rf .git CMakeLists.txt */CMakeLists.txt src/doxygen_config 12 13