mirror of
https://github.com/Zenithsiz/zbuild.git
synced 2026-02-03 22:23:53 +00:00
9 lines
139 B
Bash
Executable File
9 lines
139 B
Bash
Executable File
#!/bin/env bash
|
|
|
|
rsync \
|
|
--delete \
|
|
--ignore-existing \
|
|
--recursive \
|
|
vscode-extension/ \
|
|
~/.vscode/extensions/zenithsiz.zbuild-0.1.0
|