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