fix bakefile

This commit is contained in:
2019-09-23 01:58:21 -04:00
parent 38de2f0cab
commit 101b17ebac
+6 -6
View File
@@ -66,17 +66,17 @@ random/python/ip:
print(r.json()['origin'].split(',')[0])
cli:
bake:red 'Testing subcommands.'
bake:step 'sub-task'
echo 'I should *not* be red.' | bake:red | bake:indent | bake:notred
echo 'I *should* be red.' | bake:red --always | bake:indent
echo "$(echo test $(bake:red test) test | bake:indent)"
red 'Testing subcommands.'
bake_step 'sub-task'
echo 'I should *not* be red.' | red | bake_indent | notred
echo 'But, I *should* be red.' | red --always | bake_indent | bake_indent
echo "$(echo $(red test --fg yellow) $(red test --bold) $(red test --fg cyan) | bake_indent)"
echo
//kr:
sparkescakesparkles="✨ 🍰 ✨" | pbcopy
echo "$sparkescakesparkles" | pbcopy
echo 'KR Copied!' | bake:red --fg cyan
echo 'KR Copied!' | red --fg cyan
lazy_brew() {
set -e