项目作者: juancho11gm

项目描述 :
Minishell developed with C
高级语言: C
项目地址: git://github.com/juancho11gm/operating-systems.git
创建时间: 2019-03-26T00:22:52Z
项目社区:https://github.com/juancho11gm/operating-systems

开源协议:

下载


Operating systems

Operating systems project using C.

The objective was to create a minishell.

  • You must run the code in a linux terminal.
  • Clone the repo.
  • If you are in a Windows machine you can follow these steps to enable Windows Subsystem for Linux.

  • Run sudo apt-get update

image

  • In your ubuntu terminal run sudo apt install gcc.

image

  • Go to the repo and run gcc minishell.c.

image

  • Then type ./a.out
  • Enjoy your own terminal!.

image