Sha256: d3b9809b49f859f4394e6e4bf1d13dca5c795caf71bd8558630ca9e9fabdc3e1

Contents?: true

Size: 96 Bytes

Versions: 26

Compression:

Stored size: 96 Bytes

Contents

#!/bin/sh

echo "standard output"
if [ $# -gt 0 ]; then
  echo "standard error" 1>&2
fi
exit $#

Version data entries

26 entries across 26 versions & 3 rubygems

Version Path
optparse-plus-3.0.1 test/unit/command_for_tests.sh
optparse-plus-3.0.0 test/unit/command_for_tests.sh
methadone-2.0.2 test/unit/command_for_tests.sh
methadone-2.0.1 test/unit/command_for_tests.sh
methadone-2.0.0 test/unit/command_for_tests.sh
methadone-1.9.5 test/command_for_tests.sh
methadone-1.9.4 test/command_for_tests.sh
methadone-1.9.3 test/command_for_tests.sh
methadone-1.9.2 test/command_for_tests.sh
methadone-rehab-1.9.2 test/command_for_tests.sh
methadone-1.9.1 test/command_for_tests.sh
methadone-1.9.0 test/command_for_tests.sh
methadone-1.8.0 test/command_for_tests.sh
methadone-1.7.0 test/command_for_tests.sh
methadone-1.6.0 test/command_for_tests.sh
methadone-1.5.1 test/command_for_tests.sh
methadone-1.5.0 test/command_for_tests.sh
methadone-1.4.0 test/command_for_tests.sh
methadone-1.3.2 test/command_for_tests.sh
methadone-1.3.1 test/command_for_tests.sh