Skip to content

maskalix/cmnds

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 

Repository files navigation

CMNDS - Simple commands to ease using Linux server

   ______ __  ___ _   __ ____  _____
  / ____//  |/  // | / // __ \/ ___/
 / /    / /|_/ //  |/ // / / /\__ \ 
/ /___ / /  / // /|  // /_/ /___/ / 
\____//_/  /_//_/ |_//_____//____/

Simply commands to ease using Linux server                            

Installation

wget --no-cache https://raw.githubusercontent.com/maskalix/cmnds/main/install.sh && chmod +x install.sh && ./install.sh && rm install.sh

Using

  • using command deploy choose what scripts you want to enable (remember to put asterisk to deploy too, if you want to use it)
  • if you didn't activate deploy, simply go into the folder of installation and run ./deploy.sh

Updating

  • using deploy enable cmnds-update
  • run cmnds-update and proceed in installation

Custom commands

  • feel free to add own commands into the root folder of CMNDS or into subdirectory
  • it must be in .sh format, then it will be registered by deploy.sh (deploy) command

Command not found

  • option 1
    • run source ~/.bashrc, sometimes more than once :/
  • option 2
    • close and reconnect to SSH

© Martin Skalicky 2024