mirror of
https://gitlab.com/octtspacc/sitoctt
synced 2025-04-17 19:47:34 +02:00
13 lines
376 B
Bash
Executable File
13 lines
376 B
Bash
Executable File
#!/bin/sh
|
|
. "$(dirname "$(realpath "$0")")/Lib/Globals.sh"
|
|
cd "${swd}/.."
|
|
|
|
mkdir -p ./static/res/lib
|
|
cd ./static/res/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}"
|