add ssh script
This commit is contained in:
@@ -121,7 +121,7 @@ echo "{
|
||||
echo -e "${GREEN}.vscode/sftp.json created successfully${NC}"
|
||||
|
||||
# Go through scripts, add variables and add them to project folder
|
||||
scripts=("watch-build.sh" "local-remote.sh" "remote-local.sh" "sftp-watch.sh")
|
||||
scripts=("watch-build.sh" "local-remote.sh" "remote-local.sh" "sftp-watch.sh" "ssh.sh")
|
||||
|
||||
for script in "${scripts[@]}"; do
|
||||
# Add variables to script
|
||||
|
||||
Reference in New Issue
Block a user