Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

11
LINES

< > BotCompany Repo | #1000833 // Start Chrome with URL (Linux)

JavaX source code [tags: use-pretranspiled] - run with: x30.jar

Libraryless. Click here for Pure Java version (149L/2K/5K).

!752

static S url = "http://www.ai1.lol";
static S browserCmd = 
  "google-chrome";
  //"chromium-browser";

p {
  if (args.length != 0) url = args[0];
  nohup(browserCmd + " " + url);
}

download  show line numbers  debug dex  old transpilations   

Travelled to 16 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, ddnzoavkxhuk, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, onxytkatvevr, pyentgdyhuwx, pzhvpgtvlbxg, teubizvjbppd, tslmcundralx, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1000833
Snippet name: Start Chrome with URL (Linux)
Eternal ID of this version: #1000833/1
Text MD5: 09cc20184239a880c844763689d6c838
Transpilation MD5: ee0ddc9908eba0730057b0aa86c35e47
Author: stefan
Category: javax
Type: JavaX source code
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2016-07-25 21:56:10
Source code size: 199 bytes / 11 lines
Pitched / IR pitched: No / No
Views / Downloads: 575 / 838
Referenced in: [show references]