Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
ingydotnet committed May 29, 2012
1 parent c972269 commit 84433aa
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
5 changes: 5 additions & 0 deletions dev/testddd
@@ -0,0 +1,5 @@
#!/bin/sh -xe

git clone git@github.com:ingydotnet/rkingy-dots.git
rkingy-dots/install
exec bash
10 changes: 10 additions & 0 deletions dev/testsh
@@ -0,0 +1,10 @@
#!/bin/sh -xe
git commit -am ... || true
git push || true
TESTDIR=/tmp/test-dots
rm -fr $TESTDIR
mkdir -p $TESTDIR
cp ../testddd $TESTDIR
chmod +x $TESTDIR/testddd
cd $TESTDIR
HOME=$TESTDIR bash

0 comments on commit 84433aa

Please sign in to comment.