3 lines
60 B
Bash
Executable file
3 lines
60 B
Bash
Executable file
#!/usr/bin/env bash
|
|
cur_dir=$PWD
|
|
open -n -a love "$cur_dir"
|