Use touch /home/pi/wifi-reconnect.sh
to create shell script file,
with following content:
#!/bin/bash
SSID=$(/sbin/iwgetid --raw)
#include <stdio.h> | |
#include <string.h> | |
#include <windows.h> | |
#include <time.h> | |
int choosePokemon(); | |
void showGui(); | |
int playerChooseAttack(); | |
void executeAttack(); | |
bool checkForVictory(); |