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