Skip to content

Instantly share code, notes, and snippets.

View Michael-Stoner's full-sized avatar

Michael Stoner Michael-Stoner

  • Ohio
View GitHub Profile
@Michael-Stoner
Michael-Stoner / monitorandmove.sh
Last active August 16, 2021 03:58
Chia plotting (w/ pools) script using Mad Max, optional ram drive, and harvester
#!/usr/bin/env bash
#*****************************************************************************************************************
#
# To pass in a directory of disks, use this as the 3rd parameter
# $(find /mnt -maxdepth 1 -type d ! -path /mnt )
#
# For example:
# .monitorandmove.sh /mnt/plot1 /mnt/plot2 $(find /mnt/farms -maxdepth 1 -type d ! -path /mnt/farms )
#