I hereby claim:
- I am roverr on github.
- I am imreracz (https://keybase.io/imreracz) on keybase.
- I have a public key ASCFMzH0ME-wKXaPLQh2kQiGqtTPyc4QsC3fJpJ1Z7DAkQo
To claim this, I am signing this object:
| #!/bin/bash | |
| # Check if ffmpeg is installed | |
| if ! command -v sips &> /dev/null; then | |
| echo "Error: sips is not installed" | |
| exit 1 | |
| fi | |
| # Loop through all HEIC files in current directory | |
| for file in *.HEIC *.heic; do |
| const nodemailer = require('nodemailer'); | |
| const key = require('./key.json'); | |
| // Change this to one of your email addresses in the organisation | |
| const YOUR_EMAIL_ADDRESS = 'info@your_company.com'; | |
| // Change this to the receiver to the mail | |
| const SEND_TO = 'receiver@other_company.com' | |
| async function start() { |
I hereby claim:
To claim this, I am signing this object: