repo.or.cz
/
copyleftie-scripts.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
manr: fix
[copyleftie-scripts.git]
/
less_than
blob
fddd8df9e7e38b22d6504265f0c57a13e75e577c
1
#!/bin/sh
2
3
awk
-v
n1
=
"
$1
"
-v
n2
=
"
$2
"
'BEGIN {printf (n1<n2?"1":"0")}'