vaclovas2020 / gosh

Linux based go shell

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Gosh (go-powered bash)

Bash written in Go

Gosh

You can install QEMU on your Ubuntu machine using the APT package manager. Fire up the terminal and issue the following command to install QEMU on Ubuntu:

sudo apt install qemu-kvm -y

Start qemu with command:

 qemu-system-x86_64 -kernel bzImage -initrd initramfs.cpio.gz -smp 4 -m 1024

About

Linux based go shell

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Go 73.2%Language:C 18.0%Language:Makefile 5.8%Language:Assembly 3.1%