Pure CSS Progress, a pretty liquid progress-bar. I've coded Pure CSS Navigation triggers too, if you want the bar's code just follow the css comments :)
A Pen by Rafael González on CodePen.
set -o nounset set -o errexit command || { echo "command failed"; exit 1; } if ! command; then echo "command failed"; exit 1; fi set +e command1 command2 set -e |
#!/bin/bash | |
export APIROOT=http://klouds.io:8080 | |
export HOSTNAME=klouds.io | |
export WWW_PORT=80 | |
export API_PORT=8080 | |
export JWT_KEY=key1 | |
export REDIS_HOST=klouds.redis.cache.windows.net |
log |
#!/bin/bash | |
# exposes host dir /code to container as /toast-me | |
# but now that I think about it.. I could pipe it through stdin | |
docker run --rm \ | |
-v /code:/toast-me \ | |
iojs:latest \ | |
node -e 'require("fs").readFile("/toast-me/npm-crawlers.data", "utf8", function (a,b) { console.log(b) } )' |
docker run -i -v /code:/toast-me --rm iojs:latest node -pe 'require("fs").readdirSync("/toast-me")' | |
[ 'ESs0nt', | |
'asg', | |
'codebox-nexus', | |
'dot-files', | |
'dot-files-sandstorm', | |
'ds0nt', | |
'ds0ntify', | |
'go', | |
'klouds', |
#### #### #### #### #### #### | |
# / ! / | |
# / e / | |
# / M / | |
# / / | |
# / k / | |
# / r / | |
# / o / | |
# F / | |
# / |
Pure CSS Progress, a pretty liquid progress-bar. I've coded Pure CSS Navigation triggers too, if you want the bar's code just follow the css comments :)
A Pen by Rafael González on CodePen.
apiVersion: v1 | |
kind: Pod | |
metadata: | |
labels: | |
name: cassandra | |
name: cassandra | |
spec: | |
containers: | |
- args: | |
- /run.sh |
#!/bin/bash | |
quiptoken="UmVlQU1BWGh6QmQ=|1470115736|SdtQMKJViZWr2LWXWyajwNFIxmcaLqJ6if289R0SQaU=" | |
file=$HOME/human-fools | |
failure() { | |
echo "failure"; | |
exit 1; | |
} |