3 lines
28 B
Bash
Executable File
3 lines
28 B
Bash
Executable File
#!/bin/bash
|
|
echo $((16#$1))
|