chore: Add function beware cut_1 function

This commit is contained in:
zen0bit 2024-04-21 08:17:30 +02:00 committed by Martin Wimpress
parent a948ece78d
commit 39d1bff0c2
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ function cleanup() {
} }
# Get string before first whitespace (HASH) # Get string before first whitespace (HASH)
cut_1() { function cut_1() {
cut -d' ' -f1 cut -d' ' -f1
} }