Skip to content
  • Joao Azevedo's avatar
    Make sure that awk can find the vcard file · 2b06acb0
    Joao Azevedo authored
    Currently when this is script is executed via
    terminal awk cannot find the vcard file that
    the user selected.
    
    This is because the variable FILE="$1" only shows the
    file name of the vcard file the user selected. Not the
    full path to the file.
    
    And the script changes directory to a /tmp directory
    before running the awk command.
    
    The GUI method with yad does not have this issue.
    2b06acb0