8 lines
56 B
Bash
Executable File
8 lines
56 B
Bash
Executable File
#!/bin/bash
|
|
let x=0x3f
|
|
echo $x
|
|
|
|
|
|
let x=0xfffe
|
|
echo $x
|