Guest User

Untitled

a guest
Feb 13th, 2018
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. #!/bin/sh
  2.  
  3. for fn in *-centered.dcd; do
  4. molid=${fn%*-107*-blues00*}
  5. echo $molid
  6. mkdir "$molid" && cp $fn $molid
  7. done
Add Comment
Please, Sign In to add comment