#!/bin/bash
for I in ~/tmp/*
do
        ./cm_insert $I
#        ./cm_insert $I 2&> /dev/null
done

