linuxOS_AP05/debian/test/usr/sbin/apm_available

9 lines
81 B
Plaintext
Raw Permalink Normal View History

2025-09-26 01:40:02 +00:00
#!/bin/sh -e
if [ "$@" ]; then
echo "Usage: $0"
exit 2
fi
[ -r /proc/apm ]