8 lines
133 B
Bash
Executable File
8 lines
133 B
Bash
Executable File
#!/bin/sh
|
|
#
|
|
# Use this script to update the DarkIce web site
|
|
#
|
|
|
|
scp -r htdocs darkeye@darkice.sourceforge.net:/home/groups/darkice
|
|
|