4 lines
84 B
Bash
Executable file
4 lines
84 B
Bash
Executable file
#!/bin/env bash
|
|
|
|
nohup /home/fic/.config/mail/mail-sync.sh >/dev/null 2>&1 &
|
|
exit 0
|