s/bash/sh for all new *-lib.sh
parent
285e81c9e2
commit
4977febf46
|
|
@ -1,4 +1,4 @@
|
|||
#!/bin/bash
|
||||
#!/bin/sh
|
||||
|
||||
get_ip() {
|
||||
local iface="$1" ip=""
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#!/bin/bash
|
||||
#!/bin/sh
|
||||
# url-lib.sh - functions for handling URLs (file fetching etc.)
|
||||
#
|
||||
# Authors:
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#!/bin/bash
|
||||
#!/bin/sh
|
||||
# img-lib.sh: utilities for dealing with archives and filesystem images.
|
||||
#
|
||||
# TODO: identify/unpack rpm, deb?
|
||||
|
|
|
|||
Loading…
Reference in New Issue