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