variabletime/browser.sh

13 lines
328 B
Bash
Raw Normal View History

2023-09-24 18:39:52 +02:00
#!/bin/bash
fly ()
{
nohup $@ < /dev/null > /dev/null 2>&1 &
echo $!
}
#echo $(fly /usr/bin/chromium --incognito --screen=1 $@)
#/usr/bin/chromium --incognito --screen=1 $@ &
/usr/bin/chromium --screen=1 --disk-cache-dir=/dev/null --disk-cache-size=1 --enable-logging --password-store=basic --v=1 $@ &
2023-09-24 18:39:52 +02:00
echo $!