mirror of
https://github.com/Team4388/2022NoWayHome.git
synced 2026-06-09 00:38:05 -06:00
9ccf4bcea2
- Refactor recording to use commands
10 lines
221 B
JSON
10 lines
221 B
JSON
{
|
|
"version": "2.0.0",
|
|
"tasks": [
|
|
{
|
|
"label": "downloadDeployDirectory",
|
|
"type": "shell",
|
|
"command": "scp -pr lvuser@roboRIO-4388-FRC.local:/home/lvuser/deploy ./deploy"
|
|
}
|
|
]
|
|
} |