Skip to content
Snippets Groups Projects
Commit 85244ecd authored by chrissi^'s avatar chrissi^
Browse files

Add mo to repo to make it self contained


Signed-off-by: default avatarChris Fiege <chris@tinyhost.de>
parent 2d9d7929
No related branches found
No related tags found
No related merge requests found
...@@ -4,8 +4,8 @@ ...@@ -4,8 +4,8 @@
anleitung-backbone.html anleitung-backbone.html
anleitung-business.html anleitung-business.html
anleitung-starter.html anleitung-starter.html
auswahl.html
eintragen.html eintragen.html
event.html
faq.html faq.html
impressum.html impressum.html
index.html index.html
......
...@@ -7,7 +7,7 @@ cp .gitignore.template .gitignore ...@@ -7,7 +7,7 @@ cp .gitignore.template .gitignore
(echo "# ignoring from *.template generated files" (echo "# ignoring from *.template generated files"
for file in $(ls *.template); do for file in $(ls *.template); do
new=$(echo $file | sed 's/template/html/') new=$(echo $file | sed 's/template/html/')
/home/kasalehlia/mo $file > $new ./mo $file > $new
echo "$new" echo "$new"
done) >> .gitignore done) >> .gitignore
mo 0 → 100755
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment