Skip to content

Commit

Permalink
create_timelapse alias
Browse files Browse the repository at this point in the history
  • Loading branch information
osa1 committed May 5, 2012
1 parent 8e1b776 commit e50b8b9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .zshrc
Expand Up @@ -54,6 +54,7 @@ alias 'cljsc=/home/sinan/opt/clojurescript/bin/cljsc'


alias 'resetcabal=rm -rf /home/sinan/.cabal && rm -rf /home/sinan/.ghc && cp -r /home/sinan/.cabal_yedek /home/sinan/.cabal && cp -r /home/sinan/.ghc_yedek /home/sinan/.ghc' alias 'resetcabal=rm -rf /home/sinan/.cabal && rm -rf /home/sinan/.ghc && cp -r /home/sinan/.cabal_yedek /home/sinan/.cabal && cp -r /home/sinan/.ghc_yedek /home/sinan/.ghc'


alias 'create_timelapse=ffmpeg -r 10 -f image2 -i %09d.jpg -vcodec mpeg4 -b:v 8000k timelapse.avi'


export TERM=xterm-256color export TERM=xterm-256color
export PATH=/home/sinan/opt/apache-maven-3.0.4/bin:$PATH export PATH=/home/sinan/opt/apache-maven-3.0.4/bin:$PATH
Expand Down

0 comments on commit e50b8b9

Please sign in to comment.