We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22a7241 commit f76ec48Copy full SHA for f76ec48
bin/fresh-start.sh
@@ -26,6 +26,10 @@ source $SCRIPT_PATH"/../basescript/bootstrap.sh"
26
# Source localscripts
27
source $SCRIPT_PATH"/localscript/bootstrap.sh"
28
29
+# Log
30
+log "Start execution"
31
+log "$@"
32
+
33
#-----------------------------------------------------------------------
34
# Process arguments
35
0 commit comments