mirror of
https://github.com/nicolabs/ciform.git
synced 2026-05-21 12:13:25 +02:00
8 lines
162 B
Bash
8 lines
162 B
Bash
#!/bin/sh
|
|
|
|
# Starts Firefox. Use this instead of calling the AppleScripts directly.
|
|
|
|
osascript bin/mac/stop-firefox.scpt
|
|
osascript bin/mac/start-firefox.scpt $1
|
|
|