7 lines
214 B
Bash
7 lines
214 B
Bash
|
|
#!/bin/bash
|
||
|
|
|
||
|
|
cd "${0%/*}"
|
||
|
|
# see https://stackoverflow.com/questions/3349105/how-can-i-set-the-current-working-directory-to-the-directory-of-the-script-in-ba
|
||
|
|
|
||
|
|
open -a Terminal.app ../Resources/client/SheepIt-Run.sh
|