This website requires JavaScript.
Explore
Help
Sign In
JPT
/
dotfiles
Watch
0
Star
0
Fork
You've already forked dotfiles
0
Code
Issues
Pull Requests
Activity
master
dotfiles
/
bin
/
dec2hex
3 lines
58 B
Bash
Executable File
Raw
Permalink
Blame
History
#!/bin/bash
printf
'%x\n'
$1
|
tr
'[:lower:]'
'[:upper:]'
Reference in New Issue
View Git Blame
Copy Permalink