Skip to content

Commit 1f907bc

Browse files
authored
Merge branch 'main' into new_brew_workflows
2 parents 5bd31ea + 52b5492 commit 1f907bc

3 files changed

Lines changed: 21 additions & 0 deletions

File tree

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
## Discord username (optional, if you're in our discord username please include your username so we can attribute you with our Contributor Discord role--with "#XXXX" like so elvis#4747)
2+
3+
## Description of changes (updated or new workflows)
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
name: Kill processes at port
2+
description: Kill processes at a port.
3+
author: Maurice Gerhardt
4+
author_url: https://github.com/heymage
5+
tags: ["macos", "shell"]
6+
command: kill $(lsof -t -i:{{port}})
7+
arguments:
8+
- name: port
9+
description: The port where processes should be killed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
name: List processes at port
2+
description: List processes at a port to see if there are running processes.
3+
author: Maurice Gerhardt
4+
author_url: https://github.com/heymage
5+
tags: ["macos", "shell"]
6+
command: lsof -i:{{port}}
7+
arguments:
8+
- name: port
9+
description: The port that should be checked

0 commit comments

Comments
 (0)