Initial commit
This commit is contained in:
commit
a8eb5ea804
20 changed files with 64 additions and 0 deletions
4
bloop/log/run
Executable file
4
bloop/log/run
Executable file
|
@ -0,0 +1,4 @@
|
|||
#!/bin/sh
|
||||
LOGDIR=$HOME/.local/log/bloop
|
||||
mkdir -p $LOGDIR
|
||||
exec svlogd -ttt $LOGDIR
|
2
bloop/run
Executable file
2
bloop/run
Executable file
|
@ -0,0 +1,2 @@
|
|||
#!/bin/zsh
|
||||
exec $HOME/.local/share/coursier/bin/bloop server 2>&1
|
Loading…
Add table
Add a link
Reference in a new issue