get a bit more space on the screen
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
while /bin/true; do
|
||||
(set -e
|
||||
find /home/schwab/OptionRecorderSchwab/data/ -type f -cnewer lastRun.stamp | grep -v -e '\..TM\.' | sort | while read singleFile; do
|
||||
echo Processing ${singleFile} | tee | systemd-cat -t "`basename $0`" -p info
|
||||
echo Processing ${singleFile} | tee | systemd-cat -t "`basename $0`" -p debug
|
||||
symbol=$(pbzip2 -dc "${singleFile}" | jq -e -r '.symbol' | tr -d '$')
|
||||
timeStamp=$(basename "${singleFile}" | cut -c 1-19 | tr '_' ":")
|
||||
insertSQL=$(cat <<-EOF
|
||||
|
||||
Reference in New Issue
Block a user