help testing batch / bash file command on chromebook

RoundTwo

New member
Nov 17, 2013
4
0
0
Visit site
I am trying to replicate a command I made for windows 10 as a batchfile. I want to replicate the command for someone I know which uses a chromebook. I just want to know if this works before sending it:

#!/bin/bash

exec 1>/dev/null
exec 2>/dev/null

/path/to/browser 'any website url'
/path/to/browser 'any website url'
/path/to/browser 'any website url'
/path/to/browser 'any website url'
/path/to/browser 'any website url'
/path/to/browser 'any website url'

Here is the windows version if at all relevant:

@echo off

start "name" "url"

start "name" " url"

start "name" "url"

start "name" "url"

start "name" "url"

start "name" "url"

If it works correctly it should open one browser window with a few tabs all at once. Any help?
 

Trending Posts

Forum statistics

Threads
943,154
Messages
6,917,544
Members
3,158,849
Latest member
19escape20