mirror of
https://github.com/nicolabs/ciform.git
synced 2026-05-21 12:13:25 +02:00
4 lines
49 B
Bash
4 lines
49 B
Bash
#!/bin/sh
|
|
killall -9 -w firefox-bin
|
|
firefox $1 &
|