chore: add task to update start.sh script in $HOME/

This commit is contained in:
Pallav Vasa 2025-05-23 09:50:48 +00:00
parent 1c7bc517dd
commit bdac248845

8
.vscode/tasks.json vendored
View File

@ -56,6 +56,14 @@
"problemMatcher": [],
"detail": "Copy gitconfig.template to $HOME/"
},
{
"label": "GitOps(Update): start.sh",
"type": "shell",
"command": ".bin/gitops update start.sh",
"group": "build",
"problemMatcher": [],
"detail": "Copy start.sh to $HOME/"
},
{
"label": "Create home tarball",
"type": "shell",