Multistack launcher
[anna.git] / example / diameter / launcher / deployments / basic / operation.sh
deleted file mode 100755 (executable)
index 5f3afc0bae38abbc087f68cf9fad252c0c5f7eb4..0000000000000000000000000000000000000000
+++ /dev/null
@@ -1,33 +0,0 @@
-#!/bin/bash
-
-#############
-# FUNCTIONS #
-#############
-_exit () {
-  echo
-  echo -e $1
-  echo
-  exit 1
-}
-
-#############
-# EXECUTION #
-#############
-cd `dirname $0`
-echo
-# Get the PID:
-[ ! -f .pid ] && _exit "Can't found '`pwd`/.pid'.\nTry to pgrep your process name and dump pid to that file."
-PID=`cat .pid`
-
-# Send operation:
-[ "$1" = "" ] && _exit "Use: $0 <operation string>; i.e.: $0 help"
-echo $1 > sigusr2.tasks.input
-kill -s SIGUSR2 $PID
-
-sleep 1
-echo
-echo
-echo "You could see results on '`pwd`/sigusr2.tasks.output' file."
-echo
-echo
-
new file mode 120000 (symlink)
index 0000000000000000000000000000000000000000..c9b45aec9f2c541d286b37d67b94090a602174a8
--- /dev/null
@@ -0,0 +1 @@
+../../resources/scripts/operation_signal.sh
\ No newline at end of file