mirror of
https://github.com/primer/css.git
synced 2024-12-19 04:01:49 +03:00
57aa5ee89e
and write JSON with a newline
7 lines
97 B
Bash
Executable File
7 lines
97 B
Bash
Executable File
#!/bin/bash
|
|
set -e
|
|
pushd $(dirname $0) > /dev/null
|
|
PATH="$(npm bin):$PATH"
|
|
popd > /dev/null
|
|
"$@"
|