ldap-admin/bin/msg
2012-08-26 21:33:59 +02:00

6 lines
202 B
Bash
Executable file

#!/bin/bash
#% msg message
#% INTERNAL/DEV: record a message for the admin shell user. It will be emitted upon calling and after commiting changes.
. $LIB_DIR/common.sh
push <<<"#!`date`: $@"
echo "$@"