Issue
At the moment, to test my webpage, I run the terminal command: chromium-browser index.html
What are some more efficient alternatives?
Chromium Projects shows the following:
Solution
Yes, as you suggest in the title, you can setup an alias:
alias cbi='chromium-browser index.html'
Then, next time, just type cbi.
Answered By - treuss Answer Checked By - Timothy Miller (PHPFixing Admin)
0 Comments:
Post a Comment
Note: Only a member of this blog may post a comment.