4 lines
78 B
Plaintext
4 lines
78 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
yarn --cwd "`dirname $0`"/../app/assets/javascripts/discourse "$@"
|