external.sh 55 B

12345
  1. #!/bin/sh
  2. echo "1--$1--"
  3. echo "2--$2--"
  4. rm -f "$1/$2"