mirror of
https://github.com/alecthomas/chroma.git
synced 2025-03-17 20:58:08 +02:00
Helper scripts for on-the-fly running chroma{,d}.
This commit is contained in:
parent
4ba9a05fee
commit
d491f1b5c1
5
bin/chroma
Executable file
5
bin/chroma
Executable file
@ -0,0 +1,5 @@
|
||||
#!/bin/bash
|
||||
|
||||
set -euo pipefail
|
||||
|
||||
(cd cmd/chroma ; go build -o $TMPDIR/chroma .) && exec $TMPDIR/chroma "$@"
|
5
bin/chromad
Executable file
5
bin/chromad
Executable file
@ -0,0 +1,5 @@
|
||||
#!/bin/bash
|
||||
|
||||
set -euo pipefail
|
||||
|
||||
(cd cmd/chromad ; go build -o $TMPDIR/chromad .) && exec $TMPDIR/chromad "$@"
|
Loading…
x
Reference in New Issue
Block a user