Skip to content

Commit

Permalink
GoboNet 0.6, add interface command.
Browse files Browse the repository at this point in the history
  • Loading branch information
hishamhm committed Nov 29, 2016
1 parent 20508f1 commit 8eed622
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 4 additions & 0 deletions src/gobonet
Original file line number Diff line number Diff line change
Expand Up @@ -262,6 +262,10 @@ fi
[ "$1" ] || show_help

case "$1" in
interface)
echo "$interface"
exit 0
;;
autoconnect)
[ "$2" = "" ] || usage "autoconnect"
autoconnect_wifi
Expand Down

0 comments on commit 8eed622

Please sign in to comment.