Skip to content

Commit 945fbdc

Browse files
author
Maurice
committed
fix: remove shell field since lsof is not a shell specific command
1 parent 2da72b5 commit 945fbdc

2 files changed

Lines changed: 0 additions & 6 deletions

File tree

specs/shell/kill_processes_at_port.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@ description: Kill processes at a port.
33
author: Maurice Gerhardt
44
author_url: https://github.com/heymage
55
tags: ["macos", "shell"]
6-
shells:
7-
- zsh
8-
- bash
96
command: kill $(lsof -t -i:{{port}})
107
arguments:
118
- name: port

specs/shell/list_processes_at_port.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@ description: List processes at a port to see if there are running processes.
33
author: Maurice Gerhardt
44
author_url: https://github.com/heymage
55
tags: ["macos", "shell"]
6-
shells:
7-
- zsh
8-
- bash
96
command: lsof -i:{{port}}
107
arguments:
118
- name: port

0 commit comments

Comments
 (0)