Skip to content

Instantly share code, notes, and snippets.

@jvz
Created February 17, 2014 18:31
Show Gist options
  • Save jvz/9056271 to your computer and use it in GitHub Desktop.
Save jvz/9056271 to your computer and use it in GitHub Desktop.
Wrapper shell script to use the ATG URLHammer utility
#!/bin/sh
exec java -cp $DYNAMO_HOME/../DAS/lib/classes.jar atg.core.net.URLHammer "$@"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment