Skip to content

Instantly share code, notes, and snippets.

@jaxsong
jaxsong / axis_camera_sdformat.sh
Created October 17, 2024 06:39
sd format on axis camera
#!/bin/bash
# Check if the correct number of arguments is provided
if [ "$#" -ne 3 ]; then
echo "Usage: $0 <server_host> <username> <password>"
exit 1
fi
# Get server host, username, and password from script arguments
SERVER_HOST=$1