aboutsummaryrefslogtreecommitdiff
path: root/aux-gnurl/sed.sh
blob: 0aed3ce69841101e030c98e5c8b35e8827e71e34 (plain)
1
2
3
4
5
#!/bin/sh

find . -not -iwholename '*.git*' -not -iwholename '*sed.sh*' -type f -print0 | xargs -0 sed -i 's/<curl\/curl.h>/<gnurl\/curl.h>/g'
# find "docs/libcurl/*" -not -iwholename '*.git*' -not -iwholename '*sed.sh*' -type f -print0 | xargs -0 sed -i 's/<curl\/curl.h>/<gnurl\/curl.h>/g'
# find "docs/libcurl/opts/" -not -iwholename '*.git*' -not -iwholename '*sed.sh*' -type f -print0 | xargs -0 sed -i 's/<curl\/curl.h>/<gnurl\/curl.h>/g'