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



