Unify shell script style
This commit is contained in:
parent
8d3ae231bb
commit
c84c0e3a99
11 changed files with 81 additions and 83 deletions
|
@ -1,5 +1,5 @@
|
|||
#!/bin/sh
|
||||
# env
|
||||
# credentials
|
||||
# Written in 2019 by Lucas
|
||||
# CC0 1.0 Universal/Public domain - No rights reserved
|
||||
#
|
||||
|
@ -12,10 +12,7 @@
|
|||
|
||||
usage()
|
||||
{
|
||||
cat - <<. >&2
|
||||
Usage:
|
||||
${0##*/} [-2pu] service
|
||||
.
|
||||
printf "Usage: %s [-2pu] service\n" "${0##*/}" >&2
|
||||
exit 1
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue