commander.el icon indicating copy to clipboard operation
commander.el copied to clipboard

Run commander without cask

Open jgarte opened this issue 2 years ago • 2 comments

Hi, all the examples show how to run scripts with cask.

What's the most convenient way to run a commander script without cask?

I'd like to put the script in ~/bin

jgarte avatar Oct 08 '21 12:10 jgarte

I just use a shebang line at the top and make the script executable. See https://github.com/nakkaya/emacs/blob/master/devops/docker/resources/bin/ob-tangle.sh

nakkaya avatar Oct 19 '21 16:10 nakkaya

awesome! I've been trying to figure out a way to do this, but your method is easy to understand.

conao3 avatar Oct 20 '21 00:10 conao3