Last active
September 25, 2020 23:52
-
-
Save j3rrykh4n/380c3bd3aba98d472188dcefa74bc906 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| mkdir ~/$1 | |
| mkdir ~/$1/spam | |
| mkdir ~/$1/fingerprints | |
| mkdir ~/$1/assets | |
| mkdir ~/$1/urls | |
| mkdir ~/$1/endpoints | |
| mkdir ~/$1/automations |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment