4 lines
88 B
Bash
Executable file
4 lines
88 B
Bash
Executable file
#!/bin/sh
|
|
touch /tmp/hello.txt
|
|
export SSH_ASKPASS=/usr/bin/ksshaskpass
|
|
/usr/bin/ssh-add
|