Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
F
ffbs-website
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD 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
ffbs
ffbs-website
Commits
85244ecd
Commit
85244ecd
authored
6 years ago
by
chrissi^
Browse files
Options
Downloads
Patches
Plain Diff
Add mo to repo to make it self contained
Signed-off-by:
Chris Fiege
<
chris@tinyhost.de
>
parent
2d9d7929
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.gitignore
+1
-1
1 addition, 1 deletion
.gitignore
generate.sh
+1
-1
1 addition, 1 deletion
generate.sh
mo
+726
-0
726 additions, 0 deletions
mo
with
728 additions
and
2 deletions
.gitignore
+
1
−
1
View file @
85244ecd
...
...
@@ -4,8 +4,8 @@
anleitung-backbone.html
anleitung-business.html
anleitung-starter.html
auswahl.html
eintragen.html
event.html
faq.html
impressum.html
index.html
...
...
This diff is collapsed.
Click to expand it.
generate.sh
+
1
−
1
View file @
85244ecd
...
...
@@ -7,7 +7,7 @@ cp .gitignore.template .gitignore
(
echo
"# ignoring from *.template generated files"
for
file
in
$(
ls
*
.template
)
;
do
new
=
$(
echo
$file
|
sed
's/template/html/'
)
/home/kasalehlia
/mo
$file
>
$new
.
/mo
$file
>
$new
echo
"
$new
"
done
)
>>
.gitignore
This diff is collapsed.
Click to expand it.
mo
0 → 100755
+
726
−
0
View file @
85244ecd
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