8 lines
67 B
Text
8 lines
67 B
Text
|
#!/bin/sh
|
||
|
|
||
|
set -e
|
||
|
|
||
|
cd "$(dirname "$0")/.."
|
||
|
|
||
|
gyp --depth . atom.gyp
|