mirror of
https://github.com/discourse/discourse.git
synced 2026-07-30 08:08:20 -05:00
4 lines
78 B
Bash
Executable File
4 lines
78 B
Bash
Executable File
#!/bin/sh
|
|
|
|
yarn --cwd "`dirname $0`"/../app/assets/javascripts/discourse "$@"
|