Skip to content

How do I configure a script with project, supporting files, etc so it can be run from the PATH? #1525

Answered by borkdude
TuggyNE asked this question in Q&A
Discussion options

You must be logged in to vote

A solution without bbin is the following:

Write a bash wrapper script, e.g.

#!/usr/bin/env bash

bb --config ~/my_project/bb.edn ~/my_project/script.clj

Make that bash wrapper script executable and put it on your path.

Replies: 2 comments 9 replies

Comment options

You must be logged in to vote
8 replies
@borkdude
Comment options

@borkdude
Comment options

@TuggyNE
Comment options

@borkdude
Comment options

@TuggyNE
Comment options

Comment options

You must be logged in to vote
1 reply
@borkdude
Comment options

Answer selected by TuggyNE
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants