updating error log script

This commit is contained in:
Mariotaku Lee 2017-03-04 22:17:51 +08:00
parent 1f3d83442b
commit 53939623ac
No known key found for this signature in database
GPG Key ID: 15C10F89D7C33535
1 changed files with 1 additions and 3 deletions

View File

@ -1,8 +1,6 @@
#!/bin/bash
echo "Current working dir is $(pwd)"
ls
ls ~
for log_file in hs_err_*.log; do
echo "Error log ${log_file}:"