remove test file
This commit is contained in:
parent
c10fdf32b2
commit
be8fd4ca55
1 changed files with 0 additions and 22 deletions
22
test.go
22
test.go
|
@ -1,22 +0,0 @@
|
|||
package main
|
||||
|
||||
import (
|
||||
"git.shadowhosting.xyz/Eggactyl/shell/linux"
|
||||
"log"
|
||||
)
|
||||
|
||||
func main() {
|
||||
|
||||
cmd, err := linux.NewCommand(linux.CommandOptions{
|
||||
Command: "./test.sh",
|
||||
})
|
||||
|
||||
if err != nil {
|
||||
log.Fatalln(err)
|
||||
}
|
||||
|
||||
if err := cmd.Run(); err != nil {
|
||||
log.Fatalln(err)
|
||||
}
|
||||
|
||||
}
|
Loading…
Reference in a new issue