mirror of
https://github.com/theniceboy/.config.git
synced 2025-12-26 22:54:59 +08:00
8 lines
188 B
Bash
8 lines
188 B
Bash
#!/bin/bash
|
|
|
|
# Read the JSON input from stdin
|
|
input=$(cat)
|
|
|
|
# Pass the input to both commands and concatenate their outputs
|
|
echo "$input" | ccusage statusline
|
|
echo "$input" | ccstatusline
|