mirror of
https://github.com/thumbsup/thumbsup
synced 2024-11-05 12:01:04 +00:00
12 lines
178 B
Bash
Executable File
12 lines
178 B
Bash
Executable File
#!/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
|