mirror of
https://github.com/correl/dotfiles.git
synced 2024-11-15 03:00:11 +00:00
6 lines
129 B
Bash
6 lines
129 B
Bash
#!/bin/bash
|
|
# Description: A CLI utility to generate, analyze, convert, and manipulate colors
|
|
set -e
|
|
|
|
_recipe rust
|
|
_cargo pastel
|