Some aliases moved to utils

This commit is contained in:
2025-12-08 17:04:11 +08:00
parent 9ca95f6353
commit 94df267831
21 changed files with 99 additions and 62 deletions

View File

@@ -1,6 +1,5 @@
#!/usr/bin/env bash
set -e
set -u
set -eo pipefail
process_list="$(ps -eo 'pid command')"
if [[ $# != 0 ]]; then