Skip to content

Commit

Permalink
Updated the recall script
Browse files Browse the repository at this point in the history
  • Loading branch information
elbachir-one committed Oct 11, 2024
1 parent 97b9dfd commit 36e8540
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions scripts/recall.sh
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
#!/bin/bash

# Linux Recall

# Storing screenshots temporarily
SCREENSHOT_DIR="/tmp/shots"

SERVER_USER="sh"
SERVER_IP="192.168.1.15"
SERVER_DIR="/media/Shots"
SERVER_USER="the username for the server"
SERVER_IP="the server ip"
SERVER_DIR="where to store the shots after the upload"

mkdir -p "$SCREENSHOT_DIR"

Expand Down

0 comments on commit 36e8540

Please sign in to comment.