From 338ecb1a61bbed0f0340c8424b6f1a24c0ac84df Mon Sep 17 00:00:00 2001 From: anki-code Date: Tue, 31 Mar 2020 17:06:02 +0300 Subject: [PATCH] README --- entrypoint.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/entrypoint.sh b/entrypoint.sh index 7e2a63f..353aa46 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -3,6 +3,10 @@ # Entrypoint script should be pure bash. # +# Debugging helpers: +#PS4=':${LINENO}+' # Show line numbers +#set -x # Trace commands + # # Support arguments (this recommend but not required): # -f Execute file on host, print the result and exit