Skip to content

Instantly share code, notes, and snippets.

@packi
Created January 6, 2019 00:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save packi/1361912055bd03490bbb6a8906d9800e to your computer and use it in GitHub Desktop.
Save packi/1361912055bd03490bbb6a8906d9800e to your computer and use it in GitHub Desktop.
#!/bin/bash
mkdir test
mkdir test/1
mkdir test/2
mkdir test/1/1
mkdir test/1/2
mkdir test/2/1
mkdir test/2/2
touch test/foo.txt
touch test/1/foo.txt
touch test/1/1/foo.txt
touch test/1/2/foo.txt
touch test/2/foo.txt
touch test/2/1/foo.txt
touch test/2/2/foo.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment