8 lines
366 B
Bash
8 lines
366 B
Bash
|
|
# 回滚脚本(手动检查并运行)
|
||
|
|
# 删除目标: D:\XGame\TraceStudio\dist\server
|
||
|
|
# 删除目标: D:\XGame\TraceStudio\dist\web
|
||
|
|
#!/bin/sh
|
||
|
|
# Archived: original rollback script moved to archive/scripts/rollback_copy.sh
|
||
|
|
# This file kept as a placeholder to avoid accidental execution.
|
||
|
|
echo "This script has been archived. See archive/scripts/rollback_copy.sh"
|