7 lines
67 B
Bash
Executable file
7 lines
67 B
Bash
Executable file
#!/bin/sh
|
|
|
|
set -e
|
|
|
|
cd "$(dirname "$0")/.."
|
|
|
|
gyp --depth . atom.gyp
|