1
0
mirror of https://github.com/kataras/iris.git synced 2025-12-20 03:17:04 +00:00

nothing serious here yet, just having fun with powershell and my nerves - but it works

Former-commit-id: ec83062ab7a588e9bfc6c42ce59834abf24723fa
This commit is contained in:
Gerasimos (Makis) Maropoulos
2019-06-24 04:49:24 +03:00
parent edbb128c68
commit c512222b9b
6 changed files with 153 additions and 47 deletions

View File

@@ -7,7 +7,7 @@ import (
)
func sh(script string, args ...string) error {
return (&platform{"bin/sh"}).attach(append([]string{script}, args...)...)
return (&platform{"bin/sh"}).attach("debug", append([]string{script}, args...)...)
}
func installDotnet(b bundle) error {