use bash for publish scripts

This commit is contained in:
Sami Samhuri 2011-11-26 23:12:55 -08:00
parent 0535c77a73
commit 02b83a2fb7
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
if [[ -d ~/Projects/web/samhuri.net ]]; then
cd ~/Projects/web/samhuri.net

View file

@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
if [[ -d ~/Projects/web/samhuri.net ]]; then
cd ~/Projects/web/samhuri.net