docs(zram): 为 show_status.sh 添加远程执行使用说明
This commit is contained in:
@@ -1,4 +1,10 @@
|
||||
#!/usr/bin/env bash
|
||||
#
|
||||
# ...
|
||||
#
|
||||
# 使用方法:
|
||||
# URL="https://git.1-h.cc/Scripts/Linux/raw/branch/2026/zram/show_status.sh"; curl -fsSL "$URL" | bash
|
||||
# URL="https://git.1-h.cc/Scripts/Linux/raw/branch/2026/zram/show_status.sh"; wget -q -O - "$URL" | bash
|
||||
|
||||
format_zram_bytes() {
|
||||
awk -v bytes="$1" 'BEGIN {
|
||||
|
||||
Reference in New Issue
Block a user