Kod: Markera allt
#!/bin/bash
#
# Nautilus script
# skicka-som-bilaga
dir=`pwd`
/opt/thunderbird/thunderbird -compose attachment='file:///'$dir'/'$1
Någon som vet hur man gör?
Kod: Markera allt
#!/bin/bash
#
# Nautilus script
# skicka-som-bilaga
dir=`pwd`
/opt/thunderbird/thunderbird -compose attachment='file:///'$dir'/'$1