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