refresh_styles: add script for pulling in updated styles from production
这个提交包含在:
父节点
eb861824ea
当前提交
46f253f757
10
scripts/refresh_styles.sh
可执行文件
10
scripts/refresh_styles.sh
可执行文件
@ -0,0 +1,10 @@
|
||||
#!/bin/sh
|
||||
|
||||
HOST=forums.glitchcity.info
|
||||
CSS_PATH=Themes/GCL3/css
|
||||
DIR=application/forums
|
||||
|
||||
cd "$DIR/$CSS_PATH"
|
||||
wget "https://$HOST/$CSS_PATH/index.css" -O index.css
|
||||
wget "https://$HOST/$CSS_PATH/ie7.css" -O ie7.css
|
||||
wget "https://$HOST/$CSS_PATH/admin.css" -O admin.css
|
正在加载...
x
在新工单中引用
屏蔽一个用户