rsa_workbench/gt100k

11 lines
190 B
Plaintext
Raw Permalink Normal View History

2012-02-14 18:45:18 +00:00
#!/bin/bash
# R.P. Clark : 11APR2004
#
# Takes one arg, the number to
# check. Thisfunction returns 1 if the
# number is .gt. 100000
echo "if ( $1 > 100000 ) { 1; } else { 0; } " | bc