Skip to content

Instantly share code, notes, and snippets.

@eyenx
Last active December 25, 2015 12:59
Show Gist options
  • Select an option

  • Save eyenx/6980355 to your computer and use it in GitHub Desktop.

Select an option

Save eyenx/6980355 to your computer and use it in GitHub Desktop.
#!/bin/sh
## workaround proxy error by kru
tmp=/tmp/$RANDOM
awk '{ gsub("ProxyType.*",""); print }' < $1 > $tmp
export ICAROOT=/usr/lib/ICAClient
${ICAROOT}/wfica -file $tmp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment