@ 7188ba97cc310bfcf3940bbe5ec07a180ed8747d
2022/02/24 12:31:31 rpc_logger.go:50: Response to "textDocument/codeLens" (ID 5): []
2022/02/24 12:31:31 opts.go:254: Completed 1 requests [1m5.430754998s elapsed]
| package main | |
| import ( | |
| "fmt" | |
| "os" | |
| "path/filepath" | |
| "github.com/hashicorp/hcl/v2" | |
| "github.com/hashicorp/hcl/v2/hclsyntax" | |
| ) |
| package main | |
| import ( | |
| "encoding/json" | |
| "fmt" | |
| "io/ioutil" | |
| "log" | |
| "net/http" | |
| "os" | |
| "os/exec" |
I hereby claim:
To claim this, I am signing this object:
| #!/bin/bash | |
| # | |
| # DESCRIPTION | |
| # | |
| # This is a script to automate the switch from r8169 to r8168. | |
| # | |
| # AUTHORSHIP | |
| # Jameson Williams | |
| # www.jamesonwilliams.com | |
| # |