$ [sudo] curl https://storage.googleapis.com/license-binaries/linux_amd64/license \
> -o /usr/local/bin/license
Make sure /usr/local/bin/license is in your $PATH
#!/bin/bash | |
# | |
# Converts LDIF data to CSV. | |
# Doesn't handle comments very well. Use -LLL with ldapsearch to remove them. | |
# | |
# 2010-03-07 | |
# [email protected] | |
# | |
# Show usage if we don't have the right params |