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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user