From f243d16eddf71ad45d3b0c662408517d081edd7d Mon Sep 17 00:00:00 2001 From: OpportunityLiu Date: Thu, 6 Jun 2019 11:18:30 +0800 Subject: revert --- xmake/scripts/update-script.sh | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 xmake/scripts/update-script.sh (limited to 'xmake/scripts/update-script.sh') diff --git a/xmake/scripts/update-script.sh b/xmake/scripts/update-script.sh new file mode 100644 index 000000000..9e79ec71a --- /dev/null +++ b/xmake/scripts/update-script.sh @@ -0,0 +1,5 @@ + + +cd "$1" +rm actions core includes languages modules platforms plugins repository rules scripts templates themes -rf +cp "$2" "$1/.." -rf \ No newline at end of file -- cgit v1.3.1