We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5fd6249 + 87d364f commit cc1daa4Copy full SHA for cc1daa4
bin/code_swarm
@@ -153,7 +153,7 @@ def code_swarm_dir(repo):
153
def autogenerate_files(options):
154
"""docstring for autogenerate_files"""
155
if os.path.exists(".git"):
156
- dir = code_swarm_dir(".git")
+ dir = code_swarm_dir("")
157
generate_log = do_git
158
elif os.path.exists(".svn"):
159
dir = code_swarm_dir(".svn")
bin/code_swarm_video
@@ -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