📜 Script Reference - DibyadyutiDas/devKit GitHub Wiki

📜 Script Reference

Detailed explanation of each script in DevKit.


✅ system_info.sh

Location: OS_Toolbox/system/system_info.sh

What it does:

  • Displays CPU model name
  • Shows available memory
  • Shows disk usage for mounted drives

Usage:

./OS_Toolbox/system/system_info.sh

Sample Output:

CPU: Intel(R) Core(TM) i5-8250U CPU @ 1.60GHz
Memory: 7.8 GiB
Disk:
Filesystem      Size  Used Avail Use% Mounted on
/dev/sda1        50G   20G   28G  42% /

🚧 More Scripts Coming Soon:

  • network_info.sh
  • cleanup_temp.sh
  • project_boilerplates for Node.js, React, Python