Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 410 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 410 Bytes

Introduction

The script extracts hard coded texts from jsp files.

Usage

./textExtractor.py <path of jsp folder/file> <output filename with extension>

The script returns exit codes. 0 means failure and 1 means success. Exit code is stored in special variable $?. Example usage is:

./textExtractor.py <path of jsp folder/file> <output filename with extension>; echo $?

Requirements

Python 2.7+