Guest User

Untitled

a guest
Jul 21st, 2018
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.07 KB | None | 0 0
  1. #!/bin/sh
  2. mkdir dir1 dir2
  3. touch dir1/afile
  4. echo 'new file' >> dir1/afile
Add Comment
Please, Sign In to add comment