Florian Kroschewski

Results 1 comments of Florian Kroschewski

I use: ``` task run_pi_home { doLast { ssh.run { session(remotes.pi_home) { remotes.pi_home.password="$word" } } } } ``` > ./gradlew run_pi_home -Pword=