Arbeitsverzeichnis für Pendel-Redaktion. Beinhaltet Skripte sowie alle Pendel-Inhalte.
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
#!/bin/bash |
|
IN="/home/chris/pendel/out" |
|
OUT="/home/chris/lampstack-7.1.12-0/apps/wordpress/htdocs/wp-content/uploads/pendel/ffm" |
|
echo Replace $OUT with $IN |
|
rm -r $OUT/* |
|
cp -v $IN/* $OUT/ |
|
|
|
|