Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
marcus-lodspeakr
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container Registry
Model registry
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
uib-ub
Spesialsamlingene
marcus-lodspeakr
Commits
2a9ded97
Commit
2a9ded97
authored
13 years ago
by
alangrafu
Committed by
GIT_AUTHOR_NAME
13 years ago
Browse files
Options
Downloads
Plain Diff
Merge branch 'master' into newNaming
parents
87a3198d
e28547f7
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
utils/ldspk.sh
+4
-1
4 additions, 1 deletion
utils/ldspk.sh
with
4 additions
and
1 deletion
utils/ldspk.sh
+
4
−
1
View file @
2a9ded97
#!/bin/bash
DIR
=
"
$(
cd
"
$(
dirname
"
${
BASH_SOURCE
[0]
}
"
)
"
&&
pwd
)
"
USAGE
=
"Usage:
$0
create|delete uri|class|service foo [html|rdf|ttl|nt|json]"
formats
=(
html rdf ttl nt json all
)
operations
=(
create delete
)
modules
=(
class service uri
)
...
...
@@ -15,6 +15,7 @@ then
currentOperation
=
$1
else
echo
"Operation
\"
$1
\"
not valid"
echo
$USAGE
exit
1
fi
...
...
@@ -23,6 +24,7 @@ then
currentModule
=
$2
else
echo
"Module
\"
$2
\"
not valid"
echo
$USAGE
exit
1
fi
...
...
@@ -35,6 +37,7 @@ else
currentFormat
=
"all"
else
echo
"Format
\"
$4
\"
not valid"
echo
$USAGE
exit
1
fi
fi
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment