#!/bin/sh
# $Id: dmesg,v 1.1 2012/05/25 02:12:19 friedman Exp $

# Fedora 15 and earlier don't support these flags,
# which expand syslog levels and timestamps.

/bin/dmesg -Tx "$@" 2>/dev/null || /bin/dmesg "$@"

# eof
