Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
B
blackboard-extractor
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Richard Torenvliet
blackboard-extractor
Commits
ec1c0da8
Commit
ec1c0da8
authored
Nov 24, 2014
by
icyrizard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update comment
parent
cf8c8c12
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletion
+5
-1
extract.sh
extract.sh
+5
-1
No files found.
extract.sh
View file @
ec1c0da8
...
@@ -58,7 +58,11 @@ function extract() {
...
@@ -58,7 +58,11 @@ function extract() {
# forloop delimiter
# forloop delimiter
IFS
=
$'
\n
'
IFS
=
$'
\n
'
# get all non-txt and non-pdf files
# find_and_unpack:
# Find all .txt files, remove .txt postfix, and use it as a prefix to
# search for archives. If a pdf found, put it in the output directory.
# The output directories name is generated from the first line of the .txt.
# Blackboard uses that to state on which behalf the assignment was submitted.
function
find_and_unpack
()
{
function
find_and_unpack
()
{
INPUT_DIR
=
$1
INPUT_DIR
=
$1
OUTPUT_DIR
=
$2
OUTPUT_DIR
=
$2
...
...
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