5 lines
197 B
Bash
5 lines
197 B
Bash
|
|
#!/bin/bash
|
||
|
|
cd /Users/gbpark/ERP-node
|
||
|
|
node .agent-pipeline/browser-tests/screen29-filter-test.mjs 2>&1 | tee /tmp/screen29-filter-result.txt
|
||
|
|
echo "EXIT_CODE: $?" >> /tmp/screen29-filter-result.txt
|