




(view source code of reboot.ps as plain text)
if ( $HOME[0] -eq "/" ) {
# Linuxshutdown -r
} else {
# Windows( Get-WMIObject -Query "Select * From Win32_OperatingSystem Where Primary=True" ).Reboot( )
}page last modified: 2025-10-11; loaded in 0.0089 seconds