mirror of
https://code.forgejo.org/actions/cascading-pr.git
synced 2025-07-19 13:58:22 +02:00
5 lines
60 B
Bash
Executable file
5 lines
60 B
Bash
Executable file
#!/bin/bash
|
|
|
|
destination="$1"
|
|
|
|
date +%s > $destination/last
|