rbw-client.sh | get rid of bash specific code
This commit is contained in:
parent
fd01944988
commit
0da5cf83ae
@ -1,8 +1,8 @@
|
|||||||
#!/usr/bin/env bash
|
#!/bin/sh
|
||||||
|
|
||||||
# https://stackoverflow.com/questions/192249/how-do-i-parse-command-line-arguments-in-bash
|
# https://stackoverflow.com/questions/192249/how-do-i-parse-command-line-arguments-in-bash
|
||||||
|
|
||||||
while [[ $# -gt 0 ]]; do
|
while [ $# -gt 0 ]; do
|
||||||
case $1 in
|
case $1 in
|
||||||
--vault-id)
|
--vault-id)
|
||||||
vault_id="$2"
|
vault_id="$2"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user