add bash to commands
This commit is contained in:
		@@ -1,7 +1,7 @@
 | 
				
			|||||||
#!/bin/bash
 | 
					#!/bin/bash
 | 
				
			||||||
# Adapted from LinuxConfig.org 
 | 
					# Adapted from LinuxConfig.org 
 | 
				
			||||||
# GNU GPL v3.0+
 | 
					# GNU GPL v3.0+
 | 
				
			||||||
CMDS="mkdir touch mv rm ls grep cat vim"
 | 
					CMDS="bash mkdir touch mv rm ls grep cat vim"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
USER=$1
 | 
					USER=$1
 | 
				
			||||||
CMDS=($CMDS) # convert to array
 | 
					CMDS=($CMDS) # convert to array
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user