Root/bin/ben

Source at commit 94e955811772fe342947424bd017073aa54b34e4 created 12 years 2 months ago.
By Werner Almesberger, m1/ledravaganza/ramp.pl: exponential ramp generator for ledm
1#!/bin/sh
2ITF=usb0
3if [ "$1" = -i ]; then
4    ITF=$2
5    shift 2
6fi
7# ben is 192.168.254.101
8echo 1 >/proc/sys/net/ipv4/ip_forward
9ifconfig ${ITF_BEN:-$ITF} 192.168.254.100 up && ssh 192.168.254.101 "$@"
10

Archive Download this file

Branches:
master



interactive