8 lines
146 B
Bash
Executable File
8 lines
146 B
Bash
Executable File
#!/bin/sh
|
|
#
|
|
# Use this script to update the DarkIce web site
|
|
#
|
|
|
|
rsync -ave ssh htdocs darkeye@darkice.sourceforge.net:/home/groups/d/da/darkice
|
|
|