Skip to content
Snippets Groups Projects

WIP: params autoconf

Merged Joaquim Casals Buñuel requested to merge feature/params_autoconf into devel
2 files
+ 277
276
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 2
1
@@ -3,5 +3,6 @@
# echo $files
for f in $(cat ~/workspace/wip/wolf/files.txt); do
path=$(ag -g $f -l ~/workspace/wip/wolf/ | cut -d '/' -f 7-)
echo $f " now in -> " $path
# echo $f " now in -> " $path
sed -i "/"$f"$/c\\"$path ~/workspace/wip/wolf/CMakeLists.txt
done
\ No newline at end of file
Loading