RetroShare/build_scripts/Ubuntu_src/linkscloud-plugin/cleanProFile.sh

10 lines
196 B
Bash
Raw Normal View History

#!/bin/sh
tmpfile=/tmp/toto42314321
cat "$1" | grep -v "CONFIG += version_detail_bash_script" > $tmpfile
echo "INCLUDEPATH += ../../libretroshare ../../retroshare-gui" > $1
cat $tmpfile >> $1