mirror of
https://github.com/fleschutz/PowerShell.git
synced 2024-12-23 23:29:02 +01:00
Added a special header
This commit is contained in:
parent
e70824776f
commit
ddec5bd465
@ -1,4 +1,5 @@
|
||||
##################################################################
|
||||
#!/snap/bin/powershell
|
||||
##################################################################
|
||||
# #
|
||||
# Written by: Ryan Waters #
|
||||
# #
|
||||
@ -280,4 +281,4 @@ Else
|
||||
{
|
||||
write-host "You did not enter a valid option. Please re-run Get-Dump.ps1"
|
||||
start-sleep -s 5
|
||||
}
|
||||
}
|
||||
|
1
Scripts/init_git.ps1
Normal file → Executable file
1
Scripts/init_git.ps1
Normal file → Executable file
@ -1,3 +1,4 @@
|
||||
#!/snap/bin/powershell
|
||||
#
|
||||
|
||||
|
||||
|
@ -1,3 +1,5 @@
|
||||
#!/snap/bin/powershell
|
||||
#
|
||||
# PowerShell Script to Create a New Password
|
||||
# ------------------------------------------
|
||||
# Author: Markus Fleschutz
|
||||
|
@ -1,3 +1,5 @@
|
||||
#!/snap/bin/powershell
|
||||
#
|
||||
# PowerShell Script to Create New Passwords
|
||||
# -----------------------------------------
|
||||
# Author: Markus Fleschutz
|
||||
|
@ -1,3 +1,5 @@
|
||||
#!/snap/bin/powershell
|
||||
#
|
||||
# PowerShell Script to Shutdown the Local Computer
|
||||
# ------------------------------------------------
|
||||
# Author: Markus Fleschutz
|
||||
|
@ -1,3 +1,5 @@
|
||||
#!/snap/bin/powershell
|
||||
#
|
||||
# PowerShell Script to Reboot the Local Computer
|
||||
# ----------------------------------------------
|
||||
# Author: Markus Fleschutz
|
||||
|
@ -1,3 +1,5 @@
|
||||
#!/snap/bin/powershell
|
||||
#
|
||||
# PowerShell Script for Text-To-Speech (TTS)
|
||||
# ------------------------------------------
|
||||
# Author: Markus Fleschutz
|
||||
|
@ -1,3 +1,5 @@
|
||||
#!/snap/bin/powershell
|
||||
#
|
||||
# PowerShell Script for Testing
|
||||
# -----------------------------
|
||||
# Author: Markus Fleschutz
|
||||
|
@ -1,3 +1,5 @@
|
||||
#!/snap/bin/powershell
|
||||
#
|
||||
# PowerShell Script for Translating Texts
|
||||
# ---------------------------------------
|
||||
# Author: Markus Fleschutz
|
||||
|
@ -1,3 +1,5 @@
|
||||
#!/snap/bin/powershell
|
||||
#
|
||||
# PowerShell Script to Convert Text to Audio WAV files
|
||||
# ----------------------------------------------------
|
||||
# Author: Markus Fleschutz
|
||||
|
@ -1,3 +1,5 @@
|
||||
#!/snap/bin/powershell
|
||||
#
|
||||
# PowerShell Script to Wake-up Other Computers
|
||||
# --------------------------------------------
|
||||
# Author: Markus Fleschutz
|
||||
|
Loading…
Reference in New Issue
Block a user