mirror of
https://github.com/openvswitch/ovs
synced 2025-08-22 09:58:01 +00:00
5 lines
83 B
Plaintext
5 lines
83 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
schema=$1
|
||
|
sed '/"cksum": *"[0-9][0-9]* [0-9][0-9]*",/d' $schema | cksum
|