remove windows script

master
Andrew Coleman 2020-11-18 03:06:33 -05:00
parent 1216e533fa
commit d5753e9b84
1 changed files with 0 additions and 8 deletions

View File

@ -1,8 +0,0 @@
#!/bin/bash
# must install BurntToast in PowerShell in Windows as Administrator
# Install-Module -Name BurntToast
SCRIPT="
Import-Module BurntToast ;
New-BurntToastNotification -text '$1', '$2'
"
echo $SCRIPT | powershell.exe -ExecutionPolicy Unrestricted -Command -