Browse Source

binstubs for author and site commands

wip2
keywordsalad 2 years ago
parent
commit
ae22ee63b7
  1. 4
      bin/author
  2. 4
      bin/site

4
bin/author

@ -0,0 +1,4 @@
#!/usr/bin/env bash
make build
stack exec author -- "$@"

4
bin/site

@ -0,0 +1,4 @@
#!/usr/bin/env bash
make build
stack exec site "$@"
Loading…
Cancel
Save