mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-11-02 18:19:23 +01:00
3 lines
82 B
Plaintext
3 lines
82 B
Plaintext
|
#! /bin/sh
|
||
|
(echo "$*" ; [ "$1" = -a ] && cat) >> /tmp/resolvconf.log 2> /dev/null
|