Prototype OAuth3 Web App
您最多能選擇 25 個主題 主題必須以字母或數字為開頭,可包含連接號「-」且最長為 35 個字元。
 
 
 

7 行
144 B

#!/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