Guest User

Untitled

a guest
Nov 8th, 2012
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. #!/bin/sh
  2.  
  3. # called as ./test.sh BBB_RA15044_kiinde-invoice.txt
  4.  
  5. PROGRAM="/Users/kailas/Documents/Kiinde/IIF Export/Invoices/invtoiif.php $@ > tmp.txt"
  6. "$PROGRAM"
  7.  
  8. # Error here
  9. # ./test.sh: line 7: /Users/kailas/Documents/Kiinde/IIF Export/Invoices/invtoiif.php BBB_RA15044_kiinde-invoice.txt > tmp.txt: No such file or directory
Advertisement
Add Comment
Please, Sign In to add comment