make other keys in token chooseable by label

This commit is contained in:
Jakobus Schürz 2021-10-03 23:18:54 +02:00
parent 2f4b96a939
commit 894445f700

View file

@ -998,6 +998,11 @@ convert_to_subvolume () {
} }
getfreeip () {
local N=$1
sudo nmap -v -sn -n $1 -oG - | awk '/Status: Down/{print $2}'
}
cporig () { cporig () {
cp -b -i "${1}" "${1}.orig" cp -b -i "${1}" "${1}.orig"