diff options
-rwxr-xr-x | eth.sh | 10 | ||||
-rwxr-xr-x | hphones.sh | 3 | ||||
-rwxr-xr-x | mailsync.sh | 2 |
3 files changed, 14 insertions, 1 deletions
@@ -0,0 +1,10 @@ +#!/bin/sh + +service netif stop em0 +service netif stop wlan0 + +service netif restart ue0 +service routing restart + +route delete default +route add default 10.0.1.1 diff --git a/hphones.sh b/hphones.sh new file mode 100755 index 0000000..e2eff14 --- /dev/null +++ b/hphones.sh @@ -0,0 +1,3 @@ +#!/bin/sh + +sysctl hw.snd.default_unit=6 diff --git a/mailsync.sh b/mailsync.sh index ce7a8f5..d5f8e04 100755 --- a/mailsync.sh +++ b/mailsync.sh @@ -1,4 +1,4 @@ #!/bin/sh mbsync -aq -notmuch 2>& 1 > /dev/null +notmuch new 2>& 1 > /dev/null |