Companion to: "How I Set Up OpenClaw Without Giving It the Keys to My Life"
sudo sysadminctl -addUser openclaw -password - -home /Users/openclaw| /** | |
| *Submitted for verification at Etherscan.io on 2018-06-12 | |
| */ | |
| pragma solidity ^0.4.13; | |
| library SafeMath { | |
| /** | |
| * @dev Multiplies two numbers, throws on overflow. |
| # Stop all containers | |
| docker stop `docker ps -qa` | |
| # Remove all containers | |
| docker rm `docker ps -qa` | |
| # Remove all images | |
| docker rmi -f `docker images -qa ` | |
| # Remove all volumes |