Skip to content

Commit cc1daa4

Browse files
committed
Merge commit '87d364ffd932eb16a71371bdb1af5a68400bdc06'
2 parents 5fd6249 + 87d364f commit cc1daa4

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

bin/code_swarm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ def code_swarm_dir(repo):
153153
def autogenerate_files(options):
154154
"""docstring for autogenerate_files"""
155155
if os.path.exists(".git"):
156-
dir = code_swarm_dir(".git")
156+
dir = code_swarm_dir("")
157157
generate_log = do_git
158158
elif os.path.exists(".svn"):
159159
dir = code_swarm_dir(".svn")

bin/code_swarm_video

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
#!/bin/sh
2+
3+
date=`date +%d-%b-%Y`
4+
home=.code_swarm
5+
mencoder mf://$home/frames/*.png -mf fps=24:type=png -ovc lavc -oac copy -o $home/video-$date.avi

0 commit comments

Comments
 (0)