fork download
  1. #!/bin/sh
  2. if [ "$#" -eq 2 -a x"$1" = x"-x" ]; then
  3. echo "Haciendo algo con $2"
  4. # hacer algo con "$2"
  5. exit 0
  6. fi
  7.  
  8. find ~ -iname "*.mp3" -exec "$0" -x {} \;
  9.  
Not running #stdin #stdout 0s 0KB
stdin
Standard input is empty
stdout
Standard output is empty