Not logged in.

From instruction: Draw a straight line and follow it

Code: draw.sh by keet

draw astraightline

#!/bin/bash  

# draw.sh 
# [by] keet [on] 3-5-8

# sugested usage:
# draw astraightline
 

EXT=".com"

traceroute $1$EXT

[download]

Written in Bash shell. Released under the GPLv3 license