/mem

Primary LanguageShell

mem

simple bash script to store commands with a comment

 mem add  "first argument for the command" "and second for comment"
    
 mem add 'curl ipinfo.io/ip' 'get your wan ip'
    
 mem list print all added commands