Untitled
Anonymous
plain_text
01/21/2025 8:22 AM
276 B
17
Indexable
#!/bin/bash lsblk | grep sd | grep G >> /mnt/disshare01/centos6-log echo "# $(date)" >> /mnt/disshare01/centos6-log echo '====================' >> /mnt/disshare01/centos6-log sudo reboot exit 0
Editor is loading...
Leave a Comment