5 lines
156 B
Bash
Executable File
5 lines
156 B
Bash
Executable File
#!/bin/bash
|
|
|
|
# http://peter.sh/experiments/chromium-command-line-switches/
|
|
chromium-browser --start-fullscreen "https://github.com/futurice/chilipie-kiosk"
|