summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorEd Tanous <ed.tanous@intel.com>2017-04-05 23:04:39 +0300
committerEd Tanous <ed.tanous@intel.com>2017-04-05 23:17:36 +0300
commit7d3dba40b6576ece9850c7156a481436b5f5ef02 (patch)
tree5042fa6df66620b82706f25d3eb19e1a4c14d364 /docs
parentb4a7bfad0a3ded7a813bdb44a46383316dc49b24 (diff)
downloadbmcweb-7d3dba40b6576ece9850c7156a481436b5f5ef02.tar.xz
Make app middlewares not require specific instances of app
Diffstat (limited to 'docs')
-rw-r--r--docs/profile.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/docs/profile.md b/docs/profile.md
index b6a0019278..848b275fe5 100644
--- a/docs/profile.md
+++ b/docs/profile.md
@@ -5,4 +5,8 @@ scp ed@hades.jf.intel.com:/home/ed/webserver/buildarm/getvideo /tmp -i /nv/.ssh/
scp ed@hades.jf.intel.com:/home/ed/gperftools/.libs/libprofiler.so /tmp
echo 1 >> /sys/module/video_drv/parameters/debug
-echo 8 > /proc/sys/kernel/printk \ No newline at end of file
+echo 8 > /proc/sys/kernel/printk
+
+
+
+scp ed@hades.jf.intel.com:/home/ed/webserver/buildarm/getvideo /tmp -i /nv/.ssh/id_rsa && ./getvideo && scp screen.jpg ed@hades.jf.intel.com:~/screen.foo -i /nv/.ssh/id_rsa \ No newline at end of file