forewing / hdawake

Keep your hard drive awake

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HD Awake

Keep your hard drive awake

Usage

Usage of hdawake:
  -path string
        path to target (default "./.awake")
  -time duration
        period of wake up action (default 1m0s)

Install

  • Get pre-built binary from release page

  • Or install using go

    # Go 1.16+
    go install github.com/forewing/hdawake@latest
    
    # Go ~1.15
    # go get github.com/forewing/hdawake@latest
    

Build

git clone https://github.com/forewing/hdawake.git
cd hdawake
go build github.com/forewing/hdawake/cmd/hdawake

About

Keep your hard drive awake

License:MIT License


Languages

Language:Go 100.0%