4 lines
89 B
Bash
4 lines
89 B
Bash
#!/bin/sh
|
|
|
|
ln -sf fnott_light.ini ~/.config/fnott/fnott.ini
|
|
pkill --signal=SIGUSR1 fnott
|