cleared previously tracked gitignored files

This commit is contained in:
Kristjan Komlosi
2019-11-12 19:43:50 +01:00
parent 08310e074d
commit 8e7435ff8f
6093 changed files with 0 additions and 1375607 deletions
-6
View File
@@ -1,6 +0,0 @@
#!/bin/bash
# edit_ssid.sh - edits hostapd.conf and sets a MAC address-based SSID
cd `dirname $0`
ssid=`ip link | awk '/wlan0/ {getline; print $2}' | awk -v FS=':' '{printf("TeraHz_%s%s%s\n", $4, $5, $6)}'`
sed "/ssid=.*/s/ssid=.*/ssid=$ssid/" hostapd.conf > newconf
mv newconf hostapd.conf