Difference between revisions of "Usage"
Jump to navigation
Jump to search
(8 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
+ | {{lowercase}} | ||
* [[Amazon Redshift: show permissions]] (<code>[[has_schema_privilege]]</code>) | * [[Amazon Redshift: show permissions]] (<code>[[has_schema_privilege]]</code>) | ||
function usage() { | function usage() { | ||
− | echo "Usage: | + | echo "Usage: $([[basename]] $0) Explain options here" |
[[exit 0]] | [[exit 0]] | ||
} | } | ||
− | [ [[-z]] $1 ] && { [[usage]]; } | + | [[ [[-z]] $1 ]] && { [[usage]]; } |
== Related == | == Related == | ||
* <code>[[if]]</code> | * <code>[[if]]</code> | ||
* <code>[[HAS_SCHEMA_PRIVILEGE]]</code>: USAGE | * <code>[[HAS_SCHEMA_PRIVILEGE]]</code>: USAGE | ||
+ | * <code>[[help]]</code> | ||
+ | * [[exit 0]], [[trap]], [[set -e]] | ||
+ | * [[test]] | ||
+ | * [[set]] | ||
== See also == | == See also == | ||
+ | * {{set}} | ||
* {{if}} | * {{if}} | ||
* {{argparse}} | * {{argparse}} | ||
[[Category:Computing]] | [[Category:Computing]] |
Latest revision as of 10:24, 3 September 2022
Advertising: