home *** CD-ROM | disk | FTP | other *** search
/ PCNET 2006 September - Disc 1 / PCNET_CD_2006_09.iso / linux / puppy-barebones-2.01r2.iso / pup_201.sfs / usr / sbin / mailto.sh < prev    next >
Encoding:
Linux/UNIX/POSIX Shell Script  |  2004-10-11  |  40 b   |  4 lines

  1. #!/bin/sh
  2.  
  3. exec sylpheed --compose "$@"
  4.