-
Notifications
You must be signed in to change notification settings - Fork 0
/
start.sh
24 lines (24 loc) · 869 Bytes
/
start.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# ---------------------------------------------
# Author: Azis R. Pratama
#
# Creation date: 16 August 2017
#
# Description: Script bash untuk autologin dan re-connect jaringan wifi-ID
#
# ---------------------------------------------
echo =====================================================
echo Menghubungkan Komputer dengan Jaringan Wifi ID
echo =====================================================
sleep 01
nmcli con up @wifi.id
sleep 01
echo =====================================================
echo Autentifikasi Pengguna ........
echo =====================================================
python wifi-id.py
sleep 03
echo =====================================================
echo Melakukan Ping otomatis ke URL wifi.id
echo =====================================================
echo
ping wifi.id