Files
humans.txt/test.sh
2019-12-19 15:42:02 +00:00

9 lines
120 B
Bash

#!bin/bash
set -xeuo pipefail
node action.js txt >/tmp/t1
node action.js json >/tmp/t2
node action.js shell >/tmp/t3