mirror of
				https://github.com/byReqz/stocheck.git
				synced 2025-10-31 03:31:31 +00:00 
			
		
		
		
	
		
			
				
	
	
	
		
			622 B
		
	
	
	
	
	
	
	
			
		
		
	
	
			622 B
		
	
	
	
	
	
	
	
stocheck
quick and dirty smart value checker
features:
- sata/nvme support
- show smart info and self-check results
usage
Usage: stocheck (options) 
Options: 
-h/--help -- show help 
-u/--update -- update the script 
running it on a remote machine:
ssh root@remote 'bash -s' < stocheck.sh
installation
- download the script: 
wget https://git.byreqz.de/byreqz/stocheck/raw/branch/main/stocheck.sh
- run it with 
 bash stocheck.shor
 chmod +x stockheck.sh && ./stocheck.sh
- optionally alias it 
 alias stocheck="~/stocheck.sh"