8 lines
56 B
Plaintext
Raw Normal View History

2012-07-16 19:30:19 +00:00
#!/bin/bash
let x=0x3f
echo $x
let x=0xfffe
echo $x