mirror of
https://github.com/notwa/rc
synced 2025-04-01 05:28:13 -07:00
* use /usr/bin/env for all hashbangs * enable hashall for bash * workaround syntax error in -shrc for bash
2 lines
45 B
Bash
Executable file
2 lines
45 B
Bash
Executable file
#!/usr/bin/env zsh
|
|
printf "%08X\n" "$(($@))"
|