Skip to content

Instantly share code, notes, and snippets.

@stalep
Created January 14, 2014 18:07
Show Gist options
  • Save stalep/8422820 to your computer and use it in GitHub Desktop.
Save stalep/8422820 to your computer and use it in GitHub Desktop.
run æsh from a script
$ cat aeshtest.sh
#!/bin/bash
java -cp . AeshExample <<EOFDEL
login
admin
admin!234
ls
exit
EOFDEL
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment