We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e4104c commit 9d6f0a7Copy full SHA for 9d6f0a7
Scripts/RunInBackground.sh
@@ -0,0 +1,7 @@
1
+#!/bin/bash
2
+CMD=$1
3
+FILE=$2
4
+log_postfix=$3
5
+echo "starting" > "$FILE"_"$log_postfix"
6
+eval "$CMD"
7
+echo "done" > "$FILE"_"$log_postfix"
0 commit comments