Advertisement
Guest User

Edit

a guest
Dec 10th, 2011
382
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. alias itunes {
  2. if ($1 == open) {
  3. .comopen itunes itunes.application
  4. .echo -a $comerr
  5. }
  6.  
  7. Should be:
  8.  
  9.  
  10. {alias itunes {
  11. if ($1 == open) {
  12. .comopen itunes itunes.application
  13. .echo -a $comerr
  14. }
  15. }
  16.  
  17.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement