Skip to content

Commit 30ea1e0

Browse files
author
kevin.w.wall
committed
Added comment describing purpose.
1 parent 1c0c939 commit 30ea1e0

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

src/examples/scripts/persistEncryptedData.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
#!/bin/bash
2-
2+
# Purpose: Persist some encrypted data by saving it to a file. Shows how
3+
# the serialization works. See ../java/PersistedEncryptedData.java
4+
# for details.
35

46
classpath=".:../../../target/ESAPI-2.0.jar:\
57
$(./findjar.sh log4j-1.2.12.jar):\

0 commit comments

Comments
 (0)