initial commit, carputer ansible role
This commit is contained in:
12
files/create_timelapse.sh
Normal file
12
files/create_timelapse.sh
Normal file
@ -0,0 +1,12 @@
|
||||
#!/bin/bash
|
||||
# create timelapse
|
||||
|
||||
# Check if the timestamp is provided
|
||||
#if [ -z "$1" ]; then
|
||||
# echo "Usage: ./test.sh --timestamp=\"2025-07-25 12:00:00\""
|
||||
# exit 1
|
||||
#fi
|
||||
|
||||
# Extract the timestamp from the argument
|
||||
#TIMESTAMP=$(echo $1 | awk -F'=' '{print $2}')4
|
||||
|
||||
Reference in New Issue
Block a user