Created
August 30, 2018 05:06
-
-
Save gusenov/20dba5754684e14121f6f3b26dda0b99 to your computer and use it in GitHub Desktop.
Флаги для bash-скриптов.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
#set -n # Uncomment to check your syntax, without execution. | |
#set -x # Echo on. Uncomment to debug this shell script. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment