Store a summary of the node (kind, topology) in the Ata.Config.t type.
[tatoo.git] / tools / add_onclick.sh
1 #!/bin/sh
2
3 cat "$1" | sed -e "s/id=\\(\"node[0-9]*\"\\)/id=\\1 onclick='activate(\\1);' /"