8 lines
136 B
Bash
Executable File
8 lines
136 B
Bash
Executable File
#!/bin/bash
|
|
|
|
exec chromium \
|
|
--password-store=basic \
|
|
--window-size=1200,760 \
|
|
--app-id=cifhbcnohmdccbgoicgdjpfamggdegmo \
|
|
"$@"
|