copy_core.sh 45 B

12345
  1. #!/usr/bin/env sh
  2. cp "$1" "$2"
  3. cp "$1" "$3"