Check to make sure I run this in correct place.
This commit is contained in:
parent
25a20fa43c
commit
cf90df1081
1 changed files with 7 additions and 1 deletions
|
|
@ -1,4 +1,10 @@
|
||||||
#!/bin/sh
|
#!/bin/bash
|
||||||
|
|
||||||
|
git config --get remote.origin.url|fgrep -q bkuhn/config.git
|
||||||
|
if [ $? -ne 0 ]; then
|
||||||
|
echo "Run this in the actual directory where the Git checkout of the config is"
|
||||||
|
exit 1
|
||||||
|
fi
|
||||||
|
|
||||||
# Conkeror is a deprecated program
|
# Conkeror is a deprecated program
|
||||||
#/bin/ln -sf `pwd`/conkerorrc $HOME/.conkerorrc
|
#/bin/ln -sf `pwd`/conkerorrc $HOME/.conkerorrc
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue