mirror of
https://github.com/bunny-lab-io/Borealis.git
synced 2026-02-06 04:40:31 -07:00
Restructured Scripts and Workflows into "Assemblies"
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
# Define the file path
|
||||
$filePath = "C:\Canary.txt"
|
||||
|
||||
# Write some content into the file
|
||||
"SYSTEM Canary is alive." | Out-File -FilePath $filePath -Encoding UTF8
|
||||
Reference in New Issue
Block a user