11 lines
204 B
Plaintext
11 lines
204 B
Plaintext
|
#!/usr/bin/env perl
|
||
|
#####################################################
|
||
|
#
|
||
|
# This is just a placeholder for now!
|
||
|
#
|
||
|
#####################################################
|
||
|
|
||
|
`touch /tmp/xcatpost`;
|
||
|
|
||
|
exit 0;
|