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