6 lines
67 B
Bash
6 lines
67 B
Bash
|
#!/usr/bin/env bash
|
||
|
|
||
|
rm -R /var/www/owncloud/core/skeleton/*
|
||
|
|
||
|
true
|