diff --git a/bash/nord/set_nickname.sh b/bash/nord/set_nickname.sh new file mode 100755 index 0000000..6ab42c2 --- /dev/null +++ b/bash/nord/set_nickname.sh @@ -0,0 +1,8 @@ +#! /usr/bin/bash + +if [ -z "$1" ]; then + echo "Pass the nickname for the device" + exit 1 +fi + +nordvpn meshnet set nickname "$1"