xcat-core/xCAT-server/share/xcat/netboot/aix/xcatAIXpost

11 lines
204 B
Plaintext
Raw Normal View History

#!/usr/bin/env perl
#####################################################
#
# This is just a placeholder for now!
#
#####################################################
`touch /tmp/xcatpost`;
exit 0;