mirror of
https://github.com/wesstr/HarambeShell.git
synced 2025-12-20 05:29:29 -06:00
Tidyed the readme
This commit is contained in:
1
.alias
1
.alias
@@ -1 +0,0 @@
|
||||
lla=ls -a -l -color lla=ls -a -l -color lla=ls -a -l -color lla=ls -a -l -color 8ë:Œ¸la=ls -a -l -color lla=ls -a -l -color
|
||||
16
README.md
16
README.md
@@ -1 +1,15 @@
|
||||
#The amazing harambe shell
|
||||
# The amazing harambe shell
|
||||
* Written for a homework assigment in OS
|
||||
* Has manny issues including a massive memory leak
|
||||
* Use only for a general understanding of writing a shell in Linux
|
||||
|
||||
# Features
|
||||
* File io redirect for inputing commands into a file
|
||||
* ">, <, >>, <<"
|
||||
* Single pipeing
|
||||
* "|"
|
||||
* Alaising a command to another
|
||||
* Alises are stored in .alias.dat file
|
||||
* See code for notes on proper syntax in this file
|
||||
* Writes a log file and stores entered commands
|
||||
* Logs are stored in the file "audit.log"
|
||||
|
||||
@@ -1,44 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
|
||||
<CodeBlocks_project_file>
|
||||
<FileVersion major="1" minor="6" />
|
||||
<Project>
|
||||
<Option title="harambe_shell" />
|
||||
<Option pch_mode="2" />
|
||||
<Option compiler="gcc" />
|
||||
<Build>
|
||||
<Target title="Debug">
|
||||
<Option output="bin/Debug/harambe_shell" prefix_auto="1" extension_auto="1" />
|
||||
<Option object_output="obj/Debug/" />
|
||||
<Option type="1" />
|
||||
<Option compiler="gcc" />
|
||||
<Compiler>
|
||||
<Add option="-g" />
|
||||
</Compiler>
|
||||
</Target>
|
||||
<Target title="Release">
|
||||
<Option output="bin/Release/harambe_shell" prefix_auto="1" extension_auto="1" />
|
||||
<Option object_output="obj/Release/" />
|
||||
<Option type="1" />
|
||||
<Option compiler="gcc" />
|
||||
<Compiler>
|
||||
<Add option="-O2" />
|
||||
</Compiler>
|
||||
<Linker>
|
||||
<Add option="-s" />
|
||||
</Linker>
|
||||
</Target>
|
||||
</Build>
|
||||
<Compiler>
|
||||
<Add option="-Wall" />
|
||||
</Compiler>
|
||||
<Unit filename="harambe_shell.c">
|
||||
<Option compilerVar="CC" />
|
||||
</Unit>
|
||||
<Extensions>
|
||||
<code_completion />
|
||||
<envvars />
|
||||
<debugger />
|
||||
<lib_finder disable_auto="1" />
|
||||
</Extensions>
|
||||
</Project>
|
||||
</CodeBlocks_project_file>
|
||||
@@ -1,15 +0,0 @@
|
||||
# depslib dependency file v1.0
|
||||
1476906608 source:/home/wes/Documents/harambe_shell/harambe_shell.c
|
||||
<unistd.h>
|
||||
<stdio.h>
|
||||
<sys/wait.h>
|
||||
<stdlib.h>
|
||||
<string.h>
|
||||
<errno.h>
|
||||
<fcntl.h>
|
||||
<sys/stat.h>
|
||||
<sys/types.h>
|
||||
<search.h>
|
||||
<signal.h>
|
||||
<stdbool.h>
|
||||
|
||||
@@ -1,10 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
|
||||
<CodeBlocks_layout_file>
|
||||
<FileVersion major="1" minor="0" />
|
||||
<ActiveTarget name="Debug" />
|
||||
<File name="harambe_shell.c" open="1" top="1" tabpos="1" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
|
||||
<Cursor>
|
||||
<Cursor1 position="14017" topLine="582" />
|
||||
</Cursor>
|
||||
</File>
|
||||
</CodeBlocks_layout_file>
|
||||
Reference in New Issue
Block a user