mirror of https://gitlab.com/octtspacc/sitoctt
11 lines
345 B
Bash
Executable File
11 lines
345 B
Bash
Executable File
#!/bin/sh
|
|
. "$(dirname "$(realpath "$0")")/Lib/Globals.sh"
|
|
cd "${swd}/.."
|
|
|
|
cd ./static/lib
|
|
wget --continue "https://spaccinc.gitlab.io/SpaccDotWeb/SpaccDotWeb.Alt.min.js"
|
|
wget --continue "https://uicdn.toast.com/editor/latest/toastui-editor-all.min.js"
|
|
wget --continue "https://uicdn.toast.com/editor/latest/toastui-editor.min.css"
|
|
|
|
cd "${owd}"
|