mirror of
https://github.com/discourse/discourse.git
synced 2025-01-18 20:12:45 +08:00
4 lines
78 B
Plaintext
4 lines
78 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
yarn --cwd "`dirname $0`"/../app/assets/javascripts/discourse "$@"
|