simon 1 月之前
父節點
當前提交
fe6a84531c
共有 1 個檔案被更改,包括 3 行新增4 行删除
  1. 3
    4
      1.1_SystemInfo.sh

+ 3
- 4
1.1_SystemInfo.sh 查看文件

@@ -1,11 +1,10 @@
#!/bin/bash
. ./inc/utils.sh


mkdir -p sys-info

cat /proc/cpuinfo > sys-info/cpu.txt
cat /proc/cpuinfo
free -h > sys-info/mem.txt
df -h > sys-info/disk.txt

free -h
df -h
echo "sys-info 폴더에 정보를 저장했습니다..."

Loading…
取消
儲存