Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
cs744-project1-final
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
Naman Dixit
cs744-project1-final
Commits
4861b2b9
Commit
4861b2b9
authored
Oct 23, 2019
by
Naman Dixit
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added archiving
parent
f985ef5f
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
0 deletions
+7
-0
.gitignore
.gitignore
+1
-0
archive.sh
archive.sh
+6
-0
No files found.
.gitignore
View file @
4861b2b9
server/data_store
server/server
client/client
19305R005-19305R007.tar.gz
archive.sh
0 → 100755
View file @
4861b2b9
#!/bin/sh
git archive
--format
=
tar
--prefix
=
19305R005-19305R007/ HEAD
>
19305R005-19305R007.tar
tar
-f
19305R005-19305R007.tar
--delete
19305R005-19305R007/archive.sh
gzip
< 19305R005-19305R007.tar
>
19305R005-19305R007.tar.gz
rm
19305R005-19305R007.tar
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