mirror of
https://github.com/atom/atom.git
synced 2026-01-24 14:28:14 -05:00
5 lines
114 B
Bash
5 lines
114 B
Bash
#!/bin/sh
|
|
|
|
directory=$(dirname "$0")
|
|
"$directory/../app/apm/bin/node.exe" "$directory/../app/apm/lib/cli.js" "$@"
|