diff --git a/bin/attach.sh b/bin/attach.sh
index 6abfd77103d87ed553a2a2cbe089a882fe63cc29..41ade79de4cf27b0e7f5481ea72faf7ee39020d1 100755
--- a/bin/attach.sh
+++ b/bin/attach.sh
@@ -4,4 +4,4 @@
 if [ -z "${BFAHOME}" ]; then echo "\$BFAHOME not set. Did you source bfa/bin/env ?" >&2; exit 1; fi
 source ${BFAHOME}/bin/libbfa.sh || exit 1
 
-geth_attach
+geth_attach "$@"