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



