[bin] Fix chromium-browser launcher

This commit is contained in:
Sebastian Schulze 2021-11-23 09:07:11 +01:00
parent 2a2773965f
commit 7bba348a1f
Signed by: bascht
GPG Key ID: 5BCB1D3B4D38A35A
1 changed files with 2 additions and 2 deletions

4
bin/executable_chromium-proxy Executable file → Normal file
View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
PORT=${1:-5555}
chromium-browser "--proxy-server=socks5://localhost:${PORT}"
chromium-browser "--proxy-server=socks5://localhost:${PORT}"