diff options
| author | Comment <tim@gray.(none)> | 2012-12-23 21:51:07 +0000 |
|---|---|---|
| committer | Comment <tim@gray.(none)> | 2012-12-23 21:51:07 +0000 |
| commit | 4d5bfc4a78493d6193c9db25f661eff7953ff857 (patch) | |
| tree | 7bac8f30f0e135999ba884f34afaba1857723f3e | |
| parent | 27e13ea8412d2a1f46345f9c0fcafa1e86551728 (diff) | |
| -rwxr-xr-x | vfg/bin/data/cacheMovies.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/vfg/bin/data/cacheMovies.sh b/vfg/bin/data/cacheMovies.sh new file mode 100755 index 0000000..2a53832 --- /dev/null +++ b/vfg/bin/data/cacheMovies.sh @@ -0,0 +1,2 @@ +sudo mount -t tmpfs -o size=128M tmpfs /home/tim/workspace/VFxmas/vfg/bin/data/RAM +cp /home/tim/workspace/VFxmas/vfg/bin/data/*.m* /home/tim/workspace/VFxmas/vfg/bin/data/RAM
\ No newline at end of file |
