2
0
mirror of https://github.com/thumbsup/thumbsup synced 2024-11-15 18:12:46 +00:00
thumbsup/scripts/readme

12 lines
178 B
Plaintext
Raw Normal View History

2016-11-04 00:31:35 +00:00
#!/bin/bash -e
PATH=$PATH:./node_modules/.bin
function cli {
echo "\`\`\`"
node bin/thumbsup.js --help
echo "\`\`\`"
}
echo "$(cli)" | node-injectmd -t cli -i README.md