From 8eed622331ae77977b116d743ce0faac63e53ebc Mon Sep 17 00:00:00 2001 From: Hisham Date: Tue, 29 Nov 2016 00:55:26 -0200 Subject: [PATCH] GoboNet 0.6, add interface command. --- configure.ac | 2 +- src/gobonet | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index d407e69..0cbff09 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ(2.59) -AC_INIT(GoboNet, 0.5, hisham@gobolinux.org) +AC_INIT(GoboNet, 0.6, hisham@gobolinux.org) AC_CONFIG_SRCDIR([src/gobonet_backend.c]) AM_CONFIG_HEADER([config.h]) AM_INIT_AUTOMAKE diff --git a/src/gobonet b/src/gobonet index 024bec9..3dc18f5 100755 --- a/src/gobonet +++ b/src/gobonet @@ -262,6 +262,10 @@ fi [ "$1" ] || show_help case "$1" in + interface) + echo "$interface" + exit 0 + ;; autoconnect) [ "$2" = "" ] || usage "autoconnect" autoconnect_wifi