This commit is contained in:
anki-code 2020-03-31 17:06:02 +03:00
parent 2d429138e2
commit 338ecb1a61

View File

@ -3,6 +3,10 @@
# Entrypoint script should be pure bash. # Entrypoint script should be pure bash.
# #
# Debugging helpers:
#PS4=':${LINENO}+' # Show line numbers
#set -x # Trace commands
# #
# Support arguments (this recommend but not required): # Support arguments (this recommend but not required):
# -f <file> Execute file on host, print the result and exit # -f <file> Execute file on host, print the result and exit