#!/bin/sh
# Resume Cardctl
if [ -x /sbin/cardctl ]; then
    /sbin/cardctl insert
fi
