Lots: Miscellaneous style changes

This commit is contained in:
2018-09-16 12:18:41 -05:00
parent 5e7bb87950
commit 960fb298ff
6 changed files with 8 additions and 6 deletions

View File

@@ -1,2 +1,2 @@
#!/bin/bash
#!/usr/bin/env bash
printf "%d %d %d\n" 0x${1:0:2} 0x${1:2:2} 0x${1:4:2}