Files
humans.txt/test.sh
T

11 lines
151 B
Bash
Raw Normal View History

2019-12-19 15:43:45 +00:00
#!/bin/bash
2019-12-19 14:53:51 +00:00
set -xeuo pipefail
2019-12-19 15:43:45 +00:00
node action.js json >/dev/null
node action.js txt
# check default arg
node action.js >/dev/null
node action.js shell
2019-12-19 14:53:51 +00:00