mirror of
				https://github.com/byReqz/stocheck.git
				synced 2025-11-03 20:21:30 +00:00 
			
		
		
		
	Update README.md
This commit is contained in:
		@@ -11,11 +11,18 @@ Options: <br>
 | 
			
		||||
 -h/--help -- show help <br>
 | 
			
		||||
 -u/--update -- update the script <br>
 | 
			
		||||
 | 
			
		||||
**running it on a remote machine:**
 | 
			
		||||
### **running it on a remote machine:**
 | 
			
		||||
**running once:**
 | 
			
		||||
```bash
 | 
			
		||||
ssh root@remote 'bash -s' < stocheck.sh
 | 
			
		||||
```
 | 
			
		||||
 | 
			
		||||
**proper alias:**
 | 
			
		||||
```bash
 | 
			
		||||
echo "function stocheck_remote { ssh root@"$"1 'bash -s' < ~/stocheck.sh; }" >> ~/.bashrc
 | 
			
		||||
echo "alias stocheck=stocheck_remote" >> ~/.bashrc
 | 
			
		||||
```
 | 
			
		||||
 | 
			
		||||
# installation
 | 
			
		||||
1. download the script: <br>
 | 
			
		||||
```bash
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user