6 lines
115 B
Bash
Executable File
6 lines
115 B
Bash
Executable File
#!/usr/bin/env zsh
|
|
source ~/.zshrc # why is this having to be done manually?
|
|
cd "$(dirname "$0")"
|
|
|
|
love src
|