diff options
| author | OpportunityLiu <[email protected]> | 2019-06-05 14:18:10 +0800 |
|---|---|---|
| committer | OpportunityLiu <[email protected]> | 2019-06-06 14:37:22 +0800 |
| commit | e9b11611ea2c2c2c892938deee37797a5d10d296 (patch) | |
| tree | 1fd47b9747bf6db535ed817636ba6bf1481037d1 /xmake/scripts/update-script.sh | |
| parent | 12671e1c0af4e86d1ee73ccd13ff35defde7dc4b (diff) | |
install script
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 |
