Skip to content

Instantly share code, notes, and snippets.

View rvdlee's full-sized avatar

Rob van der Lee rvdlee

View GitHub Profile
```javascript
%data-line=1,3-4
try {
alert("Welcome guest!");
} catch(err) {
document.getElementById("demo").innerHTML = err.message;
}
```
```bash
%data-host=localhost
%data-user=rob
%data-output=2-13, 15
ls -all
total 48
drwxrwxr-x 5 rob rob 4096 Mar 19 19:18 .
drwxrwxr-x 9 rob rob 4096 Mar 19 17:38 ..
drwxrwxr-x 2 rob rob 4096 Mar 17 20:39 content
-rwxr-xr-x 1 rob rob 2224 Mar 13 21:43 develop_server.sh