diff options
| author | OpportunityLiu <[email protected]> | 2019-06-06 11:18:30 +0800 |
|---|---|---|
| committer | OpportunityLiu <[email protected]> | 2019-06-06 14:37:23 +0800 |
| commit | f243d16eddf71ad45d3b0c662408517d081edd7d (patch) | |
| tree | 1fd47b9747bf6db535ed817636ba6bf1481037d1 /xmake/scripts/update-script.sh | |
| parent | b8d8a153ad39596df5580caf635f4363ccdfda45 (diff) | |
revert
Diffstat (limited to 'xmake/scripts/update-script.sh')
| -rw-r--r-- | xmake/scripts/update-script.sh | 5 |
1 files changed, 5 insertions, 0 deletions
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 |
