diff options
| author | Phillip Lord <phillip.lord@russet.org.uk> | 2021-04-28 11:12:21 +0100 |
|---|---|---|
| committer | Phillip Lord <phillip.lord@russet.org.uk> | 2021-04-28 11:12:21 +0100 |
| commit | 6acc0d9d674f065f8d4278b333ab924c42cbdd88 (patch) | |
| tree | 744c4dd4a984de48f245795232e05d52ca5c8dc8 /test-by-cp | |
| parent | c828fb3b2988d2d8e9fe603608ee5c7be42daf3e (diff) | |
| download | org-drill-6acc0d9d674f065f8d4278b333ab924c42cbdd88.tar.gz org-drill-6acc0d9d674f065f8d4278b333ab924c42cbdd88.zip | |
Update docker images
Diffstat (limited to 'test-by-cp')
| -rw-r--r-- | test-by-cp | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,5 +1,9 @@ #!/bin/sh +git clone https://github.com/cask/cask ~/.cask +export PATH=$HOME/.cask/bin:$PATH + + cd .. mkdir copy cd copy |
