Skip to content

Instantly share code, notes, and snippets.

@ManoharJ
ManoharJ / klish.sh
Created December 20, 2019 18:48 — forked from olegslavkin/klish.sh
Install klish util
#!/bin/bash
# Check Ubuntu 14.04.3 (amd86)
# Install klish (The klish is a framework for implementing a CISCO-like CLI on a UNIX systems. It is configurable by XML files. The KLISH stands for Kommand Line Interface Shell)
# http://libcode.org/projects/klish/
# Author: oleg@slavkin.info
echo "Step 0. Update apt-get"
sudo apt-get update
echo "Step 1. Install tools"