Skip to content

Commit

Permalink
add new bin files
Browse files Browse the repository at this point in the history
  • Loading branch information
danielvlopes committed Dec 2, 2009
1 parent 10437e0 commit 8718079
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 21 deletions.
19 changes: 1 addition & 18 deletions .gitignore
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,18 +1 @@
config/database.yml
db/schema.rb
db/schema.sql
coverage/*
doc/*
log/*.log
log/*.out
log/*.pid
tmp/**/*
tmp/.*
tmp/profile*
uploads/*
vendor/**/**/doc/*
.DS_Store
.project
ssl/*
Icon?

dotfiles/ssh/config
2 changes: 0 additions & 2 deletions cifras-backup

This file was deleted.

5 changes: 5 additions & 0 deletions dotfiles/bash/aliases
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,11 @@ alias aa='autotest'
alias aaf='autotest -f' # Don't run all at start
alias aas="./script/autospec"

# RAILS
function rails_template() {
rails -m http://github.com/danielvlopes/base_app/raw/b1567c12e9f501b9a406e03d495fbb4b34715355/template.rb $1
}

# Apache2
alias apt='tail -f /private/var/log/apache2/error_log /private/var/log/apache2/access_log'
alias apg='sudo apachectl graceful'
Expand Down
Empty file modified dotfiles/bash/config
100644 → 100755
Empty file.
2 changes: 1 addition & 1 deletion dotfiles/bash/env
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
export EDITOR="mate -w"
# export EDITOR="mate -w"
export PATH=/opt/local/bin:/opt/local/sbin:${PATH}:/usr/local/mysql/bin:~/bin:/Applications/Adobe/AirSDK/bin

Empty file modified dotfiles/bashrc
100644 → 100755
Empty file.
Empty file modified dotfiles/ssh/config
100644 → 100755
Empty file.
2 changes: 2 additions & 0 deletions ssh-backup
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
#!/bin/sh
rsync -avz -e ssh $1:$2 $3

0 comments on commit 8718079

Please sign in to comment.