Article 5018Q Little scripting syntax question

Little scripting syntax question

by
binkyd
from LinuxQuestions.org on (#5018Q)
If I run this script off the desktop, I get a pretty little notice of the IP I'm connected to, so I can check for VPN:

Code:#!/bin/bash
#Check-VPN-Connection
notify-send $(curl ifconfig.me)But I can't figure out how to include these other lines:

Code:abcdvpn status
abcdvpn settingsEverything I've tried results in absolutely nothing at all.

This is stumping me, (as usual), any help, really appreciated, please?latest?d=yIl2AUoC8zA latest?i=2UJeFN5rAUY:0YasLuJ71AY:F7zBnMy latest?i=2UJeFN5rAUY:0YasLuJ71AY:V_sGLiP latest?d=qj6IDK7rITs latest?i=2UJeFN5rAUY:0YasLuJ71AY:gIN9vFw2UJeFN5rAUY
External Content
Source RSS or Atom Feed
Feed Location https://feeds.feedburner.com/linuxquestions/latest
Feed Title LinuxQuestions.org
Feed Link https://www.linuxquestions.org/questions/
Reply 0 comments