scripts: add xxdi.pl
[openwrt/staging/dedeckeh.git] / scripts / pad_image
index 14f1499076e6ab3c5dabb778266b002cbc1866a8..871063af3437f9e9c013e133ac64f5f26f1147d3 100755 (executable)
@@ -1,8 +1,8 @@
-#!/bin/bash
+#!/usr/bin/env bash
 
 function usage {
   echo "Usage: prepare_image image_type kernel_image rootfs_image header_size"
-  echo "Padd root and kernel image to the correct size and append the jffs2 start marker as needed"
+  echo "Pad root and kernel image to the correct size and append the jffs2 start marker as needed"
   exit 1
 }