simple script to update the web site
problems: it copies the CVS directory as well
This commit is contained in:
parent
092d39b182
commit
7e8b209c38
|
@ -0,0 +1,7 @@
|
||||||
|
#!/bin/sh
|
||||||
|
#
|
||||||
|
# Use this script to update the DarkIce web site
|
||||||
|
#
|
||||||
|
|
||||||
|
scp -r htdocs darkeye@darkice.sourceforge.net:/home/groups/darkice
|
||||||
|
|
Loading…
Reference in New Issue