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