7 lines
60 B
Plaintext
Executable File
7 lines
60 B
Plaintext
Executable File
#!/usr/bin/with-contenv bash
|
|
# Remove crontab
|
|
|
|
crontab -r
|
|
|
|
|