abstreet/format_md.sh

9 lines
131 B
Bash
Raw Normal View History

#!/bin/bash
set -e
if [ "$1" != "" ]; then
~/npm/node_modules/prettier/bin-prettier.js --write --prose-wrap=always $1;
exit
fi