7 lines
156 B
Bash
Executable File
7 lines
156 B
Bash
Executable File
#!/bin/bash
|
|
|
|
. "/home/kevin/.cache/wal/colors.sh"
|
|
#ticker=$(~/scripts/kraken $TICKER)
|
|
ticker=$(~/scripts/kraken $1)
|
|
printf "%s\n\n%s\n" "$ticker" "$color7"
|