xref: /plan9/sys/src/cmd/ssh2/magic (revision 63afb9a5d3f910047231762bcce0ee49fed3d07c)
1*63afb9a5SDavid du Colombier#!/bin/rc
2*63afb9a5SDavid du Colombier# print lines containing magic numbers
3*63afb9a5SDavid du Colombierg '[^0-9A-Za-z_]([2-9]|[0-9][0-9]+)[^0-9x]' |
4*63afb9a5SDavid du Colombier	grep -v '\.h:|#include|fprint\(2,|return (0|1|-1);' |
5*63afb9a5SDavid du Colombier	sed 's/:[	 ]+/: /'
6