We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9bff18 commit 7fb408dCopy full SHA for 7fb408d
1 file changed
etc/update-spec.sh
@@ -0,0 +1,9 @@
1
+#!/bin/sh
2
+
3
+if [ "$#" -ne 1 ]; then
4
+ echo "usage: $0 <version>"
5
+ exit 1
6
+fi
7
8
+version=$1
9
+curl -L "https://raw.githubusercontent.com/jgm/CommonMark/$version/spec.txt" -o commonmark/src/test/resources/spec.txt
0 commit comments