9 lines
87 B
Bash
Executable File
9 lines
87 B
Bash
Executable File
#!/bin/sh
|
|
#
|
|
# Show the INFO from "keydb-cli"
|
|
|
|
set -eu
|
|
|
|
keydb-cli INFO
|
|
keydb-cli LOLWUT
|