├── .github └── FUNDING.yml ├── MagicCopy.ps1 └── README.md /.github/FUNDING.yml: -------------------------------------------------------------------------------- 1 | # These are supported funding model platforms 2 | 3 | github: [p3nt4] 4 | -------------------------------------------------------------------------------- /MagicCopy.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3nt4/MagicCopy/HEAD/MagicCopy.ps1 -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3nt4/MagicCopy/HEAD/README.md --------------------------------------------------------------------------------