Skip to content

Commit

Permalink
Script to execute things with a TopOSM environment.
Browse files Browse the repository at this point in the history
  • Loading branch information
asciipip committed Jul 6, 2012
1 parent dde2ab9 commit ac54195
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions with-toposm-env
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
#!/bin/sh

cd $(dirname $0)
. ./set-toposm-env

# Danger Will Robinson!
PATH=$PATH:.

exec "$@"

0 comments on commit ac54195

Please sign in to comment.