mirror of
https://github.com/kingomarnajjar/desktop-environment.git
synced 2026-07-25 22:27:20 +10:00
10 lines
224 B
Bash
Executable file
10 lines
224 B
Bash
Executable file
REPO_ROOT=$(dirname $(readlink -f $0))/../..
|
|
|
|
# Export desktop environment shell configuration
|
|
eval "$($REPO_ROOT/docker/scripts/environment.sh)"
|
|
|
|
VOLUME_NAME=$1
|
|
|
|
echo Removing $VOLUME_NAME...
|
|
|
|
docker volume rm $VOLUME_NAME
|