You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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: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?The text was updated successfully, but these errors were encountered: