Skip to content

Commit eb6bc16

Browse files
committed
add webclient chrome scripts
1 parent c79572d commit eb6bc16

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

script/chromium-unsafe.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
#!/bin/bash
2+
chromium --remote-debugging-port=9222 --disable-web-security --user-data-dir=/home/timon/unsecure-google-user-data-dir $1

script/webapp.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
#!/bin/bash
2+
pushd ~/script/
3+
./chromium-unsafe.sh http://localhost:8100/ &
4+
popd

0 commit comments

Comments
 (0)