install.sh 58 B

12345
  1. #!/bin/sh
  2. path_src=$1
  3. path_des=$2
  4. mv $path_src $path_des