Welcome to mirror list, hosted at ThFree Co, Russian Federation.

script.md « ISSUE_TEMPLATE « .github - github.com/sn4k3/UVtools.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 3975cd60e37ef8ebe5f61b981efe78df6685e6c5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
---
name: Script
about: Share your PowerShell script or ask something script related
title: "[SCRIPT] "
labels: script
assignees: sn4k3
---

## Describe what your script does
A clear and concise description of your script, and all it steps.


```Powershell
#Paste your code here or attach the .ps1 file
```