Skip to content

Commit

Permalink
Update README.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
nuoxoxo authored Nov 18, 2024
1 parent f161a90 commit 5d6a049
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions level11/README.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,8 @@ A lua script
> file level11.lua
level11.lua: setuid setgid a lua script, ASCII text executable
```
```b
> strings level11.lua
> cat level11.lua
#!/usr/bin/env lua
local socket = require("socket")
local server = assert(socket.bind("127.0.0.1", 5151))
Expand Down

0 comments on commit 5d6a049

Please sign in to comment.