Skip to content

Commit f8e7880

Browse files
committed
- add simple "hello world" kind of hook which logs new plotting process
1 parent 1dd5ca4 commit f8e7880

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
#!/bin/sh
2+
3+
. ${PLOTMAN_HOOKS}/.lib.include
4+
5+
[ "${PLOTMAN_TRIGGER}" = "PHASE" ] || exit 0
6+
7+
[ x"${PLOTMAN_PHASE}" = x0:0 ] || exit 0
8+
9+
logInfo "New plotter process with pid: ${PLOTMAN_PID}, id: ${PLOTMAN_PLOTID} was just started"

0 commit comments

Comments
 (0)