This commit is contained in:
2019-09-22 23:10:13 -04:00
parent b70a69b422
commit bbed9002d7
2 changed files with 2 additions and 2 deletions
+2 -2
View File
@@ -58,7 +58,7 @@ ci: ci/setup
ci/setup: @skip:key=Pipfile.lock
pipenv install --dev --deploy --system
random/ip:
random/python/ip:
#!/usr/bin/env python
import requests
r = requests.get('https://httpbin.org/ip')
@@ -67,7 +67,7 @@ random/ip:
random/clis:
bake:red 'Testing subcommands.'
bake:step 'sub-task'
echo 'I should *not* be red.' | bake:red | bake:indent | bake:redless
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)"
echo