8 lines
144 B
Bash
8 lines
144 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
mkdir -p assets
|
||
|
git clone git@git.daplie.com:OAuth3/oauth3.js.git assets/oauth3.org
|
||
|
pushd assets/oauth3.org
|
||
|
git checkout v1.1
|
||
|
popd
|