added error if size not specified
This commit is contained in:
		@@ -180,6 +180,10 @@ function cntdn() {
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
function ramdisk() {
 | 
			
		||||
    if [ -z "$1" ]; then
 | 
			
		||||
        echo "Error: Ramdisk size not specified."
 | 
			
		||||
        return 1
 | 
			
		||||
    fi
 | 
			
		||||
    if [ ! -d "$HOME/ramdown" ]; then
 | 
			
		||||
        mkdir "$HOME/ramdown"
 | 
			
		||||
    fi
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user