Files
mininet/util/deb/install_tools.sh
T

8 lines
243 B
Bash
Executable File

#!/bin/sh
#Brandon Heller (brandonh@stanford.edu)
#Install extra tools on Debian Lenny
#Install tcpdump and tshark, cmd-line packet dump tools. Also install gitk,
#a graphical git history viewer.
sudo apt-get install -y tcpdump tshark gitk