diff options
author | epoch <epoch@hacking.allowed.org> | 2018-03-29 18:20:49 -0500 |
---|---|---|
committer | epoch <epoch@hacking.allowed.org> | 2018-03-29 18:20:49 -0500 |
commit | 52dd0d6fd34e3ad8bef1cd9e613c71f28c48c33a (patch) | |
tree | fa58f2fb8bcdf276630146f5ffdb963083201c29 /examples/filebrowser/run | |
parent | 114f10e727bd9fa75d0810cc593ba620d769a03f (diff) | |
download | hackvr-52dd0d6fd34e3ad8bef1cd9e613c71f28c48c33a.tar.gz hackvr-52dd0d6fd34e3ad8bef1cd9e613c71f28c48c33a.zip |
moved filebrowser stuff to examples dir
Diffstat (limited to 'examples/filebrowser/run')
-rwxr-xr-x | examples/filebrowser/run | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/examples/filebrowser/run b/examples/filebrowser/run new file mode 100755 index 0000000..c3bc1d3 --- /dev/null +++ b/examples/filebrowser/run @@ -0,0 +1,3 @@ +#!/bin/bash +cd "$(dirname "$0")" +./frontend-hackvr.sh ./backend-gopher.sh |