Skip to content
This repository has been archived by the owner on Apr 5, 2023. It is now read-only.

higuruchi/sijimi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sijimi

Purpose

I created "sijimi" for the purpose of knowing how shll works.

Implemented function

  • execute

    $ ls
    test.txt
    $ cat test.txt
    hoge
    fuga
    hogefuga
    fugafuga
    hogefuga
    
  • pipe

    $ cat test.txt | grep fuga
    fuga
    hogefuga
    fugafuga
    hogefuga
    
  • redirect

    $ echo rararara > test1.txt
    $ cat test1.txt
    rararara
    

Requirement

  • gcc
  • make

Installation

$ git clone [email protected]:higuruchi/sijimi.git
$ cd ./sijimi/src
$ make run

Usage

$ git clone [email protected]:higuruchi/sijimi.git
$ cd ./sijimi
$ docker build -t sijimi .
$ docker run -it --rm sijimi

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published