3 lines
95 B
Bash
3 lines
95 B
Bash
|
#!/bin/sh
|
||
|
ssh sdk@cvs.openbsd.org "/usr/sbin/sendmail -F 'Stefan Hagen' -f sdk@openbsd.org -t"
|