source: XMLIO_V2/external/src/POCO/Foundation.save/script @ 80

Last change on this file since 80 was 80, checked in by ymipsl, 14 years ago

ajout lib externe

File size: 135 bytes
Line 
1#!/bin/bash
2for file in *
3do
4sed '/#include "Poco/ s/"/</' $file | sed '/#include <Poco/ s/"/>/' > file.tmp && mv file.tmp $file 
5done
Note: See TracBrowser for help on using the repository browser.