]> granicus.if.org Git - graphviz/commitdiff
add lefty, dotty, lneato to graphviz2 tree
authorellson <devnull@localhost>
Thu, 6 Jan 2005 15:01:43 +0000 (15:01 +0000)
committerellson <devnull@localhost>
Thu, 6 Jan 2005 15:01:43 +0000 (15:01 +0000)
cmd/lefty/os/mswin32/doinst [new file with mode: 0755]

diff --git a/cmd/lefty/os/mswin32/doinst b/cmd/lefty/os/mswin32/doinst
new file mode 100755 (executable)
index 0000000..4374379
--- /dev/null
@@ -0,0 +1,7 @@
+set -x
+
+if [[ $1 == '' || $1 == '-d' ]] then
+    cp -p debug/lefty.exe ../bin
+elif [[ $1 == '-a' ]] then
+    cp -p release/lefty.exe ../bin
+fi