source: trunk/source/geometry/solids/test/SBT/script/debug.awk @ 1350

Last change on this file since 1350 was 1350, checked in by garnier, 13 years ago

update to last version 4.9.4

File size: 71 bytes
Line 
1#!/bin/awk -f
2$0 ~ /#/   { print }
3$0 !~ /#/  { print "#" $0 ; print }
Note: See TracBrowser for help on using the repository browser.