Files
humans.txt/test.sh

9 lines
120 B
Bash
Raw Normal View History

2019-12-19 14:53:51 +00:00
#!bin/bash
set -xeuo pipefail
node action.js txt >/tmp/t1
node action.js json >/tmp/t2
node action.js shell >/tmp/t3