fixed powershell coloring (#805)

This commit is contained in:
afwilkin
2018-05-22 13:03:52 -04:00
committed by Vladimir Iakovlev
parent 81042514c8
commit f6e50bef82
+1
View File
@@ -12,6 +12,7 @@ class Powershell(Generic):
' else { iex "$fuck"; }\n' \
' }\n' \
' }\n' \
' [Console]::ResetColor() \n' \
'}\n'
def and_(self, *commands):