4 lines
117 B
Bash
Executable file
4 lines
117 B
Bash
Executable file
#!/bin/bash
|
|
|
|
COUNT=$(himalaya envelope list --folder INBOX -o json "not flag seen" | jq 'length')
|
|
echo "${COUNT:-0}"
|