Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
Systems744
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
SHREYANSH JAIN
Systems744
Commits
df8b1910
Commit
df8b1910
authored
Aug 15, 2019
by
desiredeveloper
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
adding makefile
parent
b4cea012
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
0 deletions
+14
-0
assignment1/myshell
assignment1/myshell
+0
-0
assignment1/myshell.h
assignment1/myshell.h
+14
-0
No files found.
assignment1/myshell
0 → 100755
View file @
df8b1910
File added
assignment1/myshell.h
0 → 100644
View file @
df8b1910
int
fileExists
(
char
*
path
);
int
folderExists
(
const
char
*
path
);
void
funcExit
();
void
funcEnv
();
void
funcClear
();
void
funcDir
(
char
**
tokens
);
void
funcPwd
();
void
funcCd
(
char
*
fpath
);
char
**
tokenize
(
char
*
line
);
void
ioRedirect
(
char
**
tokens
,
int
n
);
void
handler
(
int
sig
);
void
exBackground
(
char
**
tokens
,
int
n
);
void
exSerial
(
char
**
tokens
,
int
n
);
void
exParallel
(
char
**
tokens
,
int
n
);
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment