first commit
This commit is contained in:
13
moehu/moehu_admin/move.sh
Executable file
13
moehu/moehu_admin/move.sh
Executable file
@@ -0,0 +1,13 @@
|
||||
#!/bin/bash
|
||||
|
||||
# 需要被复制的文件
|
||||
form_path=dist/
|
||||
|
||||
# 被复制去的地方
|
||||
to_path=/Users/bmy/Desktop/moehu/moehu-backend/static/admin
|
||||
|
||||
|
||||
cp -R ${form_path} ${to_path}
|
||||
|
||||
echo "打包成功..."
|
||||
echo "已复制到后端静态资源文件夹..."
|
||||
Reference in New Issue
Block a user