8000 GitHub - 0xAMF/pico_shell: a simple implementation of the linux shell
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

0xAMF/pico_shell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pico Shell

Pico shell is an updated version of femto shell which is a simple shell written in c that supports pwd, cd and echo and now supporting external commands from linux.

Building the program

gcc pico_shell.c unix_utils.c -o pico
./pico

Supported Features

  • cd, pwd and echo internal commands
  • Executing external commands located in PATH
  • escape sequences (", ', \)

Output example

picoshell_test.mov

About

a simple implementation of the linux shell

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0