SSH Command
cd /other/directory && ./your-script.shExamples
Reading remote files
cat /home/user/your-fileCreating a file and filling it with data
echo {{ui.input.value}} > myfile.txtLast updated
Was this helpful?