sekrit style fixes
This commit is contained in:
parent
404fa47fd9
commit
2934979ce4
3 changed files with 52 additions and 53 deletions
|
@ -68,7 +68,7 @@ sekrit_add()
|
|||
|
||||
[ -f "$f" ] && err "Key \"$key\" already exists."
|
||||
|
||||
if [ $# -ne 0 ]; then
|
||||
if [ $# -gt 0 ]; then
|
||||
printf "%s\n" "$*"
|
||||
else
|
||||
cat -
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue