atom-community / atom-community/atom-script

Using backticks feature of the shell in run script options

Open
#1,774 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
730
Forks
264
PR merge metrics
No merged PRs in 30d

Description

Hey everyone,

I want to compile a C file using atom-script's profiles feature. In short, I need to execute this:

```
gcc `pkg-config --cflags gtk+-3.0` -o filename filename.c `pkg-config --libs gtk+-3.0`
```

The line above includes a backticks feature of the shell (e.g. `` `pkg-config --cflags gtk+-3.0` ``). However, I'm not sure how to correctly implement it. Should I pass it as a command/program argument? It doesn't seem to work.

Love the package, thanks!

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.