mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 09:46:12 +00:00
scripts - Remove unused script
This commit is contained in:
parent
88c67fcc29
commit
dc19dec08b
1 changed files with 0 additions and 12 deletions
|
@ -1,12 +0,0 @@
|
||||||
#!/bin/sh
|
|
||||||
set -ex
|
|
||||||
wget -q http://ftp.stack.nl/pub/users/dimitri/doxygen-1.8.14.linux.bin.tar.gz
|
|
||||||
|
|
||||||
echo "Decompressing..."
|
|
||||||
tar -xzf doxygen-1.8.14.linux.bin.tar.gz
|
|
||||||
|
|
||||||
cp doxygen-1.8.14/bin/* ~
|
|
||||||
ls ~
|
|
||||||
|
|
||||||
#echo "Configure and Install Doxygen"
|
|
||||||
#cd doxygen-1.8.14 && ./configure && sudo make install
|
|
Loading…
Add table
Add a link
Reference in a new issue