Add directory with extra scripts and device files; add gitignore.

This commit is contained in:
Wouter R 2013-04-24 15:30:59 +02:00
parent 1f4ccb6787
commit 5dd134caeb
5 changed files with 40 additions and 0 deletions

2
.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
extra/backup
misc

10
extra/compare-backup.sh Executable file
View File

@ -0,0 +1,10 @@
#!/bin/sh
BACKUP_BASENAME=d3d-wifibox-backup
BACKUP_FILE=$BACKUP_BASENAME.tar.gz
REPO_PATH=../../src
BKP_PATH=$BACKUP_BASENAME/lua/autowifi
cd backup
tar xzvf $BACKUP_FILE
opendiff $REPO_PATH $BKP_PATH

View File

@ -0,0 +1,15 @@
_______ ________ __
| |.-----.-----.-----.| | | |.----.| |_
| - || _ | -__| || | | || _|| _|
|_______|| __|_____|__|__||________||__| |____|
|__| W I R E L E S S F R E E D O M
-----------------------------------------------------
BARRIER BREAKER (Bleeding Edge, r36032)
-----------------------------------------------------
* 1/2 oz Galliano Pour all ingredients into
* 4 oz cold Coffee an irish coffee mug filled
* 1 1/2 oz Dark Rum with crushed ice. Stir.
* 2 tsp. Creme de Cacao
-----------------------------------------------------
d3d-wifi test box #2

View File

@ -0,0 +1,11 @@
## This file contains files and directories that should
## be preserved during an upgrade.
# /etc/example.conf
# /etc/openvpn/
/etc
/usr/share/lua/autowifi
/www/admin
/www/cgi-bin/wfcf
/root

View File

@ -0,0 +1,2 @@
alias d='ls -la --color=auto'
alias wfcfr='/usr/share/lua/autowifi/ext/wfcf'