You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
source = /home/kacper/test # path to files we want to copy to remote host (directory, as well as single file) - not necessary if we don't want to copy any files
dest = /home/kacper/ # place where files copied form source path should be placed at remote host - not necessary if we don't want to copy any files
[commands] # this block is necessary for program to start
command1 = whoami # command1 is an alias, whoami is an actual command