This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
function mem_help() { | |
echo "*Clean up the memory*" | |
echo "Usage: $0 [Options]" | |
echo "Options:" | |
echo " -q, --quiet Run without printing output" | |
echo " -h, --help Print this help" | |
} | |
function mem_free() { |
NewerOlder