We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
415c812
There was an error while loading. Please reload this page.
4ea85b4
49e542d
This version adds the ability to set the -path /mnt/usbdrive from the default of /.
-path /mnt/usbdrive
/
wget -O checkfreespace https://github.com/szazeski/checkfreespace/releases/download/v1.0.0/checkfreespace-$(uname -s)_$(uname -m) && chmod +x checkfreespace && sudo mv checkfreespace /usr/bin/checkfreespace
66cf3f5
First Version - works on linux, mac, and windows.