blob: d4a53f0b182032e45d5cb101fdedb29c3dacfc56 [file] [log] [blame]
#!/bin/bash
# Licensed under the terms of http://www.apache.org/licenses/LICENSE-2.0
# Replicate the commands
## sdbdump sdbconfig sdbinfo sdbload sdbprint
## sdbquery sdbsql sdbtest sdbtruncate sdbmeta
## but not anything sdb_*
for c in sdb[a-z]*
do
cp sdb_cmd $c
done