p-e-w / argos

Create GNOME Shell extensions in seconds
https://extensions.gnome.org/extension/1176/argos/
1.66k stars 112 forks source link

script output value is different #124

Open sajaysurya opened 3 years ago

sajaysurya commented 3 years ago

I'm not sure if this is the right place to ask. I use gnome 40 in arch linux (stable repo) and I have a simple script, named sample.1s.sh, which contains the following:

#!/bin/bash
pikaur -Qua | wc -l

When I call this from the command line ./sample.1s.sh the output is 1 (as expected), but argos is displaying 0. Any idea why this could be happening?