Skip to content
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.

Commit

Permalink
🚿 Del the unnecessary code
Browse files Browse the repository at this point in the history
  • Loading branch information
DuGlaser committed Dec 16, 2020
1 parent 987979f commit 4dc71d0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion icurl/executor.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ func Excutor(t string) {
fmt.Println()

s := strings.Join(arg, " ")
fmt.Println(s)

cmd := exec.Command("/bin/sh", "-c", "curl "+s)
cmd.Stdin = os.Stdin
Expand Down

0 comments on commit 4dc71d0

Please sign in to comment.