Skip to content

Instantly share code, notes, and snippets.

View djlambert's full-sized avatar

Derek J. Lambert djlambert

View GitHub Profile
@djlambert
djlambert / csd-wrapper.sh
Created June 22, 2016 13:11 — forked from l0ki000/csd-wrapper.sh
Cisco Anyconnect CSD wrapper for OpenConnect (exhanced to autodownload and autoupdate hostscan)
#!/bin/bash
# Cisco Anyconnect CSD wrapper for OpenConnect
# Enter your vpn host here
CSD_HOSTNAME=
if [[ -z ${CSD_HOSTNAME} ]]
then
echo "Define CSD_HOSTNAME with vpn-host in script text. Exiting."
exit 1
fi