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