Skip to content
Snippets Groups Projects
test-list-devices.sh 203 B
Newer Older
  • Learn to ignore specific revisions
  • Malte Bauch's avatar
    Malte Bauch committed
    if [ $# -eq 0 ]
      then
        echo 'you need to provide the password for the admin user'
        exit 1
    fi
    
    ./artifacts/gosdnc login --controller 127.0.0.1:55055 --u admin --p $1
    ./artifacts/gosdnc device list